Shades of Lunar Green #4E5440
Tints of Lunar Green #4E5440
RGB
CMYK
RGB Variations
Color information
#4E5440 (or 0x4E5440) is known color: Lunar Green. HEX triplet: 4E, 54 and 40. RGB value is (78,84,64). Sum of RGB (Red+Green+Blue) = 78+84+64=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5440 is #B1ABBF. Grayscale: #505050. Windows color (decimal): -11643840 or 4215886. OLE color: 4215886.
HSL color Cylindrical-coordinate representation of color #4E5440: hue angle of 78º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E5440 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 64 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.67 |
| HSL | 78º | 0.14% | 0.29% | - |
| HSV(B) | 78º | 0.24% | 0.33% | - |
| XYZ | 7.24 | 8.33 | 6.08 | - |
| YUV | 79.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 64 | 0.07 | 0 | 0.24 | 0.67 | 78 | 0.14 | 0.29 |
| Hex | 4E | 54 | 40 | 7 | 0 | 18 | 43 | 4E | E | 1D |
| Octal | 116 | 124 | 100 | 7 | 0 | 30 | 103 | 116 | 16 | 35 |
| Binary | 1001110 | 1010100 | 1000000 | 111 | 0 | 11000 | 1000011 | 1001110 | 1110 | 11101 |
Color Harmonies of #4E5440
Complementary color
Monochromatic Colors of #4E5440
Black with #4E5440
Text Example
Text Example
White with #4E5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5440; }
p { color: rgb(78,84,64); }
H1.HeaderClassName
{
color: #4E5440;
}
.AnyTagClassName
{
color: #4E5440;
}
</style>
background-color css
<style>
a { background-color: #4E5440; }
a { background-color: rgb(78,84,64); }
div.DivClassName
{
background-color: #4E5440;
}
.BgClassName
{
background-color: #4E5440;
}
</style>
border-color css
<style>
span { border-color: #4E5440; }
span { border-color: rgb(78,84,64); }
td.TdClassName
{
border-color: #4E5440;
}
.TagClassName
{
border-color: #4E5440;
}
</style>