Shades of Lunar Green #4E5640
Tints of Lunar Green #4E5640
RGB
CMYK
RGB Variations
Color information
#4E5640 (or 0x4E5640) is known color: Lunar Green. HEX triplet: 4E, 56 and 40. RGB value is (78,86,64). Sum of RGB (Red+Green+Blue) = 78+86+64=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #4E5640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5640 is #B1A9BF. Grayscale: #515151. Windows color (decimal): -11643328 or 4216398. OLE color: 4216398.
HSL color Cylindrical-coordinate representation of color #4E5640: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E5640 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 86 | 64 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.66 |
| HSL | 81.82º | 0.15% | 0.29% | - |
| HSV(B) | 81.82º | 0.26% | 0.34% | - |
| XYZ | 7.4 | 8.65 | 6.13 | - |
| YUV | 81.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 64 | 0.09 | 0 | 0.26 | 0.66 | 81.82 | 0.15 | 0.29 |
| Hex | 4E | 56 | 40 | 9 | 0 | 1A | 42 | 52 | F | 1D |
| Octal | 116 | 126 | 100 | 11 | 0 | 32 | 102 | 122 | 17 | 35 |
| Binary | 1001110 | 1010110 | 1000000 | 1001 | 0 | 11010 | 1000010 | 1010010 | 1111 | 11101 |
Color Harmonies of #4E5640
Complementary color
Monochromatic Colors of #4E5640
Black with #4E5640
Text Example
Text Example
White with #4E5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5640; }
p { color: rgb(78,86,64); }
H1.HeaderClassName
{
color: #4E5640;
}
.AnyTagClassName
{
color: #4E5640;
}
</style>
background-color css
<style>
a { background-color: #4E5640; }
a { background-color: rgb(78,86,64); }
div.DivClassName
{
background-color: #4E5640;
}
.BgClassName
{
background-color: #4E5640;
}
</style>
border-color css
<style>
span { border-color: #4E5640; }
span { border-color: rgb(78,86,64); }
td.TdClassName
{
border-color: #4E5640;
}
.TagClassName
{
border-color: #4E5640;
}
</style>