Shades of Lunar Green #4E5248
Tints of Lunar Green #4E5248
RGB
CMYK
RGB Variations
Color information
#4E5248 (or 0x4E5248) is known color: Lunar Green. HEX triplet: 4E, 52 and 48. RGB value is (78,82,72). Sum of RGB (Red+Green+Blue) = 78+82+72=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #4E5248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5248 is #B1ADB7. Grayscale: #4F4F4F. Windows color (decimal): -11644344 or 4739662. OLE color: 4739662.
HSL color Cylindrical-coordinate representation of color #4E5248: hue angle of 84º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5248 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 72 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.68 |
| HSL | 84º | 0.06% | 0.3% | - |
| HSV(B) | 84º | 0.12% | 0.32% | - |
| XYZ | 7.33 | 8.12 | 7.31 | - |
| YUV | 79.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 72 | 0.05 | 0 | 0.12 | 0.68 | 84 | 0.06 | 0.3 |
| Hex | 4E | 52 | 48 | 5 | 0 | C | 44 | 54 | 6 | 1E |
| Octal | 116 | 122 | 110 | 5 | 0 | 14 | 104 | 124 | 6 | 36 |
| Binary | 1001110 | 1010010 | 1001000 | 101 | 0 | 1100 | 1000100 | 1010100 | 110 | 11110 |
Color Harmonies of #4E5248
Complementary color
Monochromatic Colors of #4E5248
Black with #4E5248
Text Example
Text Example
White with #4E5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5248; }
p { color: rgb(78,82,72); }
H1.HeaderClassName
{
color: #4E5248;
}
.AnyTagClassName
{
color: #4E5248;
}
</style>
background-color css
<style>
a { background-color: #4E5248; }
a { background-color: rgb(78,82,72); }
div.DivClassName
{
background-color: #4E5248;
}
.BgClassName
{
background-color: #4E5248;
}
</style>
border-color css
<style>
span { border-color: #4E5248; }
span { border-color: rgb(78,82,72); }
td.TdClassName
{
border-color: #4E5248;
}
.TagClassName
{
border-color: #4E5248;
}
</style>