Shades of Lunar Green #4E5B3B
Tints of Lunar Green #4E5B3B
RGB
CMYK
RGB Variations
Color information
#4E5B3B (or 0x4E5B3B) is known color: Lunar Green. HEX triplet: 4E, 5B and 3B. RGB value is (78,91,59). Sum of RGB (Red+Green+Blue) = 78+91+59=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B3B is #B1A4C4. Grayscale: #535353. Windows color (decimal): -11642053 or 3889998. OLE color: 3889998.
HSL color Cylindrical-coordinate representation of color #4E5B3B: hue angle of 84.38º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E5B3B is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 59 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.64 |
| HSL | 84.38º | 0.21% | 0.29% | - |
| HSV(B) | 84.38º | 0.35% | 0.36% | - |
| XYZ | 7.67 | 9.42 | 5.55 | - |
| YUV | 83.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 59 | 0.14 | 0 | 0.35 | 0.64 | 84.38 | 0.21 | 0.29 |
| Hex | 4E | 5B | 3B | E | 0 | 23 | 40 | 54 | 15 | 1D |
| Octal | 116 | 133 | 73 | 16 | 0 | 43 | 100 | 124 | 25 | 35 |
| Binary | 1001110 | 1011011 | 111011 | 1110 | 0 | 100011 | 1000000 | 1010100 | 10101 | 11101 |
Color Harmonies of #4E5B3B
Complementary color
Monochromatic Colors of #4E5B3B
Black with #4E5B3B
Text Example
Text Example
White with #4E5B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B3B; }
p { color: rgb(78,91,59); }
H1.HeaderClassName
{
color: #4E5B3B;
}
.AnyTagClassName
{
color: #4E5B3B;
}
</style>
background-color css
<style>
a { background-color: #4E5B3B; }
a { background-color: rgb(78,91,59); }
div.DivClassName
{
background-color: #4E5B3B;
}
.BgClassName
{
background-color: #4E5B3B;
}
</style>
border-color css
<style>
span { border-color: #4E5B3B; }
span { border-color: rgb(78,91,59); }
td.TdClassName
{
border-color: #4E5B3B;
}
.TagClassName
{
border-color: #4E5B3B;
}
</style>