Shades of Lunar Green #4E5442
Tints of Lunar Green #4E5442
RGB
CMYK
RGB Variations
Color information
#4E5442 (or 0x4E5442) is known color: Lunar Green. HEX triplet: 4E, 54 and 42. RGB value is (78,84,66). Sum of RGB (Red+Green+Blue) = 78+84+66=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5442 is #B1ABBD. Grayscale: #505050. Windows color (decimal): -11643838 or 4346958. OLE color: 4346958.
HSL color Cylindrical-coordinate representation of color #4E5442: hue angle of 80º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E5442 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 66 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.67 |
| HSL | 80º | 0.12% | 0.29% | - |
| HSV(B) | 80º | 0.21% | 0.33% | - |
| XYZ | 7.3 | 8.35 | 6.38 | - |
| YUV | 80.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 66 | 0.07 | 0 | 0.21 | 0.67 | 80 | 0.12 | 0.29 |
| Hex | 4E | 54 | 42 | 7 | 0 | 15 | 43 | 50 | C | 1D |
| Octal | 116 | 124 | 102 | 7 | 0 | 25 | 103 | 120 | 14 | 35 |
| Binary | 1001110 | 1010100 | 1000010 | 111 | 0 | 10101 | 1000011 | 1010000 | 1100 | 11101 |
Color Harmonies of #4E5442
Complementary color
Monochromatic Colors of #4E5442
Black with #4E5442
Text Example
Text Example
White with #4E5442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5442; }
p { color: rgb(78,84,66); }
H1.HeaderClassName
{
color: #4E5442;
}
.AnyTagClassName
{
color: #4E5442;
}
</style>
background-color css
<style>
a { background-color: #4E5442; }
a { background-color: rgb(78,84,66); }
div.DivClassName
{
background-color: #4E5442;
}
.BgClassName
{
background-color: #4E5442;
}
</style>
border-color css
<style>
span { border-color: #4E5442; }
span { border-color: rgb(78,84,66); }
td.TdClassName
{
border-color: #4E5442;
}
.TagClassName
{
border-color: #4E5442;
}
</style>