Shades of Lunar Green #4E5A3D
Tints of Lunar Green #4E5A3D
RGB
CMYK
RGB Variations
Color information
#4E5A3D (or 0x4E5A3D) is known color: Lunar Green. HEX triplet: 4E, 5A and 3D. RGB value is (78,90,61). Sum of RGB (Red+Green+Blue) = 78+90+61=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #4E5A3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5A3D is #B1A5C2. Grayscale: #535353. Windows color (decimal): -11642307 or 4020814. OLE color: 4020814.
HSL color Cylindrical-coordinate representation of color #4E5A3D: hue angle of 84.83º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E5A3D is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 90 | 61 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.65 |
| HSL | 84.83º | 0.19% | 0.3% | - |
| HSV(B) | 84.83º | 0.32% | 0.35% | - |
| XYZ | 7.64 | 9.27 | 5.8 | - |
| YUV | 83.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 61 | 0.13 | 0 | 0.32 | 0.65 | 84.83 | 0.19 | 0.3 |
| Hex | 4E | 5A | 3D | D | 0 | 20 | 41 | 55 | 13 | 1E |
| Octal | 116 | 132 | 75 | 15 | 0 | 40 | 101 | 125 | 23 | 36 |
| Binary | 1001110 | 1011010 | 111101 | 1101 | 0 | 100000 | 1000001 | 1010101 | 10011 | 11110 |
Color Harmonies of #4E5A3D
Complementary color
Monochromatic Colors of #4E5A3D
Black with #4E5A3D
Text Example
Text Example
White with #4E5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A3D; }
p { color: rgb(78,90,61); }
H1.HeaderClassName
{
color: #4E5A3D;
}
.AnyTagClassName
{
color: #4E5A3D;
}
</style>
background-color css
<style>
a { background-color: #4E5A3D; }
a { background-color: rgb(78,90,61); }
div.DivClassName
{
background-color: #4E5A3D;
}
.BgClassName
{
background-color: #4E5A3D;
}
</style>
border-color css
<style>
span { border-color: #4E5A3D; }
span { border-color: rgb(78,90,61); }
td.TdClassName
{
border-color: #4E5A3D;
}
.TagClassName
{
border-color: #4E5A3D;
}
</style>