Shades of Lunar Green #4E5840
Tints of Lunar Green #4E5840
RGB
CMYK
RGB Variations
Color information
#4E5840 (or 0x4E5840) is known color: Lunar Green. HEX triplet: 4E, 58 and 40. RGB value is (78,88,64). Sum of RGB (Red+Green+Blue) = 78+88+64=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #4E5840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5840 is #B1A7BF. Grayscale: #525252. Windows color (decimal): -11642816 or 4216910. OLE color: 4216910.
HSL color Cylindrical-coordinate representation of color #4E5840: hue angle of 85º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E5840 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 88 | 64 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.65 |
| HSL | 85º | 0.16% | 0.3% | - |
| HSV(B) | 85º | 0.27% | 0.35% | - |
| XYZ | 7.56 | 8.97 | 6.18 | - |
| YUV | 82.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 64 | 0.11 | 0 | 0.27 | 0.65 | 85 | 0.16 | 0.3 |
| Hex | 4E | 58 | 40 | B | 0 | 1B | 41 | 55 | 10 | 1E |
| Octal | 116 | 130 | 100 | 13 | 0 | 33 | 101 | 125 | 20 | 36 |
| Binary | 1001110 | 1011000 | 1000000 | 1011 | 0 | 11011 | 1000001 | 1010101 | 10000 | 11110 |
Color Harmonies of #4E5840
Complementary color
Monochromatic Colors of #4E5840
Black with #4E5840
Text Example
Text Example
White with #4E5840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5840; }
p { color: rgb(78,88,64); }
H1.HeaderClassName
{
color: #4E5840;
}
.AnyTagClassName
{
color: #4E5840;
}
</style>
background-color css
<style>
a { background-color: #4E5840; }
a { background-color: rgb(78,88,64); }
div.DivClassName
{
background-color: #4E5840;
}
.BgClassName
{
background-color: #4E5840;
}
</style>
border-color css
<style>
span { border-color: #4E5840; }
span { border-color: rgb(78,88,64); }
td.TdClassName
{
border-color: #4E5840;
}
.TagClassName
{
border-color: #4E5840;
}
</style>