Shades of Lunar Green #4E5444
Tints of Lunar Green #4E5444
RGB
CMYK
RGB Variations
Color information
#4E5444 (or 0x4E5444) is known color: Lunar Green. HEX triplet: 4E, 54 and 44. RGB value is (78,84,68). Sum of RGB (Red+Green+Blue) = 78+84+68=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5444 is #B1ABBB. Grayscale: #505050. Windows color (decimal): -11643836 or 4478030. OLE color: 4478030.
HSL color Cylindrical-coordinate representation of color #4E5444: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5444 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 68 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.67 |
| HSL | 82.5º | 0.11% | 0.3% | - |
| HSV(B) | 82.5º | 0.19% | 0.33% | - |
| XYZ | 7.36 | 8.38 | 6.7 | - |
| YUV | 80.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 68 | 0.07 | 0 | 0.19 | 0.67 | 82.5 | 0.11 | 0.3 |
| Hex | 4E | 54 | 44 | 7 | 0 | 13 | 43 | 52 | B | 1E |
| Octal | 116 | 124 | 104 | 7 | 0 | 23 | 103 | 122 | 13 | 36 |
| Binary | 1001110 | 1010100 | 1000100 | 111 | 0 | 10011 | 1000011 | 1010010 | 1011 | 11110 |
Color Harmonies of #4E5444
Complementary color
Monochromatic Colors of #4E5444
Black with #4E5444
Text Example
Text Example
White with #4E5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5444; }
p { color: rgb(78,84,68); }
H1.HeaderClassName
{
color: #4E5444;
}
.AnyTagClassName
{
color: #4E5444;
}
</style>
background-color css
<style>
a { background-color: #4E5444; }
a { background-color: rgb(78,84,68); }
div.DivClassName
{
background-color: #4E5444;
}
.BgClassName
{
background-color: #4E5444;
}
</style>
border-color css
<style>
span { border-color: #4E5444; }
span { border-color: rgb(78,84,68); }
td.TdClassName
{
border-color: #4E5444;
}
.TagClassName
{
border-color: #4E5444;
}
</style>