Shades of Lunar Green #4D5A39
Tints of Lunar Green #4D5A39
RGB
CMYK
RGB Variations
Color information
#4D5A39 (or 0x4D5A39) is known color: Lunar Green. HEX triplet: 4D, 5A and 39. RGB value is (77,90,57). Sum of RGB (Red+Green+Blue) = 77+90+57=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A39 is #B2A5C6. Grayscale: #525252. Windows color (decimal): -11707847 or 3758669. OLE color: 3758669.
HSL color Cylindrical-coordinate representation of color #4D5A39: hue angle of 83.64º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D5A39 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 57 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.65 |
| HSL | 83.64º | 0.22% | 0.29% | - |
| HSV(B) | 83.64º | 0.37% | 0.35% | - |
| XYZ | 7.46 | 9.19 | 5.25 | - |
| YUV | 82.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 57 | 0.14 | 0 | 0.37 | 0.65 | 83.64 | 0.22 | 0.29 |
| Hex | 4D | 5A | 39 | E | 0 | 25 | 41 | 54 | 16 | 1D |
| Octal | 115 | 132 | 71 | 16 | 0 | 45 | 101 | 124 | 26 | 35 |
| Binary | 1001101 | 1011010 | 111001 | 1110 | 0 | 100101 | 1000001 | 1010100 | 10110 | 11101 |
Color Harmonies of #4D5A39
Complementary color
Monochromatic Colors of #4D5A39
Black with #4D5A39
Text Example
Text Example
White with #4D5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A39; }
p { color: rgb(77,90,57); }
H1.HeaderClassName
{
color: #4D5A39;
}
.AnyTagClassName
{
color: #4D5A39;
}
</style>
background-color css
<style>
a { background-color: #4D5A39; }
a { background-color: rgb(77,90,57); }
div.DivClassName
{
background-color: #4D5A39;
}
.BgClassName
{
background-color: #4D5A39;
}
</style>
border-color css
<style>
span { border-color: #4D5A39; }
span { border-color: rgb(77,90,57); }
td.TdClassName
{
border-color: #4D5A39;
}
.TagClassName
{
border-color: #4D5A39;
}
</style>