Color: #48913B
#48913B Color Information
#48913B is a dark color. The closest websafe version is #48913B. A complement of this color would be #843B91, perceived brightness is 0.44, and the grayscale version is #666666.
In the HSL color space, this color has a hue angle of 111°,a saturation of 42%, and a lightness of 40%.The HSV representation shows a hue of 111°, a saturation of 59%, and a value of 57%.
In a RGB color space, #48913B is composed of 28% red, 57% green and 23% blue. Whereas in a CMYK color space, it is composed of 50% cyan, 0% magenta, 59% yellow and 43% black.
In the Yxy color space, this color is represented as Y: 22.01, x: 0.3391, and y: 0.5201.
Color Code #48913B
Shades of Color #48913B
Shades are created by darkening the original color #48913B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #48913B
Tints are created by lightening the original color #48913B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #48913B Color Code
In the HSL color space, this color has a hue angle of 111°, a saturation of 42%, and a lightness of 40%. The HSV representation shows a hue of 111°, a saturation of 59%, and a value of 57%.
- HEX: #48913B
- RGB: rgb(72, 145, 59)
- HSL: hsl(111, 42%, 40%)
- HSV: hsv(111, 59%, 57%)
- CMYK: 50.00% cyan, 0.00% magenta, 59.00% yellow, 43.00% black
- XYZ: 14.35, 22.01, 5.96
- Yxy: 22.01, 0.3391, 0.5201
- Hunter Lab: 54.03, -36.87, 37.44
- CIE-Lab: 54.03, -36.87, 37.44
In the XYZ color space, this color is represented as X: 14.35, Y: 22.01, Z: 5.96. The Yxy representation further refines this as Y: 22.01, x: 0.3391, and y: 0.5201.
In the Hunter Lab color space, this color is represented as L: 54.03, a: -36.87, and b: 37.44. Similarly, in the CIE-Lab color space, it is represented as L: 54.03, a: -36.87, and b: 37.44.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #48913B
Triadic colors are three colors evenly spaced around the color wheel, including #48913B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #48913B
Split complementary colors are two colors adjacent to the complementary color of #48913B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #48913B
Monochromatic colors are variations of #48913B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #48913B
The complementary color of #48913B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #48913B
/* Using HEX */ body { background-color: #48913b; }
/* Using RGB */ body { background-color: rgb(72, 145, 59); }
/* Using RGB with opacity */ body { background-color: rgba(72, 145, 59, 0.5); }
/* Using HSL */ body { background-color: hsl(111, 42%, 40%); }
/* Text color */ p { color: #48913b; }
/* Box shadow */ div { box-shadow: 4px 4px #48913b; }
/* Border color */ .box { border: 4px solid #48913b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #48913b; }
/* Background with text */ div { background: #48913b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #48913B
<!-- Using HEX --> <div style="background-color: #48913b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(72, 145, 59); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(72, 145, 59, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(111, 42%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #48913b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #48913b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #48913b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #48913b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #48913b; color: #fff; padding: 16px; border-radius: 8px;"> #48913B </div>
Related Colors of #48913B
These colors are similar to #48913B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.