Shades of Lunar Green #4E5540
Tints of Lunar Green #4E5540
RGB
CMYK
RGB Variations
Color information
#4E5540 (or 0x4E5540) is known color: Lunar Green. HEX triplet: 4E, 55 and 40. RGB value is (78,85,64). Sum of RGB (Red+Green+Blue) = 78+85+64=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5540 is #B1AABF. Grayscale: #505050. Windows color (decimal): -11643584 or 4216142. OLE color: 4216142.
HSL color Cylindrical-coordinate representation of color #4E5540: hue angle of 80º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E5540 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 64 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.67 |
| HSL | 80º | 0.14% | 0.29% | - |
| HSV(B) | 80º | 0.25% | 0.33% | - |
| XYZ | 7.32 | 8.49 | 6.1 | - |
| YUV | 80.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 64 | 0.08 | 0 | 0.25 | 0.67 | 80 | 0.14 | 0.29 |
| Hex | 4E | 55 | 40 | 8 | 0 | 19 | 43 | 50 | E | 1D |
| Octal | 116 | 125 | 100 | 10 | 0 | 31 | 103 | 120 | 16 | 35 |
| Binary | 1001110 | 1010101 | 1000000 | 1000 | 0 | 11001 | 1000011 | 1010000 | 1110 | 11101 |
Color Harmonies of #4E5540
Complementary color
Monochromatic Colors of #4E5540
Black with #4E5540
Text Example
Text Example
White with #4E5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5540; }
p { color: rgb(78,85,64); }
H1.HeaderClassName
{
color: #4E5540;
}
.AnyTagClassName
{
color: #4E5540;
}
</style>
background-color css
<style>
a { background-color: #4E5540; }
a { background-color: rgb(78,85,64); }
div.DivClassName
{
background-color: #4E5540;
}
.BgClassName
{
background-color: #4E5540;
}
</style>
border-color css
<style>
span { border-color: #4E5540; }
span { border-color: rgb(78,85,64); }
td.TdClassName
{
border-color: #4E5540;
}
.TagClassName
{
border-color: #4E5540;
}
</style>