Shades of Lunar Green #4E5B3A
Tints of Lunar Green #4E5B3A
RGB
CMYK
RGB Variations
Color information
#4E5B3A (or 0x4E5B3A) is known color: Lunar Green. HEX triplet: 4E, 5B and 3A. RGB value is (78,91,58). Sum of RGB (Red+Green+Blue) = 78+91+58=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B3A is #B1A4C5. Grayscale: #535353. Windows color (decimal): -11642054 or 3824462. OLE color: 3824462.
HSL color Cylindrical-coordinate representation of color #4E5B3A: hue angle of 83.64º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E5B3A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 58 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.64 |
| HSL | 83.64º | 0.22% | 0.29% | - |
| HSV(B) | 83.64º | 0.36% | 0.36% | - |
| XYZ | 7.65 | 9.41 | 5.42 | - |
| YUV | 83.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 58 | 0.14 | 0 | 0.36 | 0.64 | 83.64 | 0.22 | 0.29 |
| Hex | 4E | 5B | 3A | E | 0 | 24 | 40 | 54 | 16 | 1D |
| Octal | 116 | 133 | 72 | 16 | 0 | 44 | 100 | 124 | 26 | 35 |
| Binary | 1001110 | 1011011 | 111010 | 1110 | 0 | 100100 | 1000000 | 1010100 | 10110 | 11101 |
Color Harmonies of #4E5B3A
Complementary color
Monochromatic Colors of #4E5B3A
Black with #4E5B3A
Text Example
Text Example
White with #4E5B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B3A; }
p { color: rgb(78,91,58); }
H1.HeaderClassName
{
color: #4E5B3A;
}
.AnyTagClassName
{
color: #4E5B3A;
}
</style>
background-color css
<style>
a { background-color: #4E5B3A; }
a { background-color: rgb(78,91,58); }
div.DivClassName
{
background-color: #4E5B3A;
}
.BgClassName
{
background-color: #4E5B3A;
}
</style>
border-color css
<style>
span { border-color: #4E5B3A; }
span { border-color: rgb(78,91,58); }
td.TdClassName
{
border-color: #4E5B3A;
}
.TagClassName
{
border-color: #4E5B3A;
}
</style>