Shades of Lunar Green #4D5A3C
Tints of Lunar Green #4D5A3C
RGB
CMYK
RGB Variations
Color information
#4D5A3C (or 0x4D5A3C) is known color: Lunar Green. HEX triplet: 4D, 5A and 3C. RGB value is (77,90,60). Sum of RGB (Red+Green+Blue) = 77+90+60=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A3C is #B2A5C3. Grayscale: #525252. Windows color (decimal): -11707844 or 3955277. OLE color: 3955277.
HSL color Cylindrical-coordinate representation of color #4D5A3C: hue angle of 86º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D5A3C is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 90 | 60 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.65 |
| HSL | 86º | 0.2% | 0.29% | - |
| HSV(B) | 86º | 0.33% | 0.35% | - |
| XYZ | 7.53 | 9.22 | 5.66 | - |
| YUV | 82.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 60 | 0.14 | 0 | 0.33 | 0.65 | 86 | 0.2 | 0.29 |
| Hex | 4D | 5A | 3C | E | 0 | 21 | 41 | 56 | 14 | 1D |
| Octal | 115 | 132 | 74 | 16 | 0 | 41 | 101 | 126 | 24 | 35 |
| Binary | 1001101 | 1011010 | 111100 | 1110 | 0 | 100001 | 1000001 | 1010110 | 10100 | 11101 |
Color Harmonies of #4D5A3C
Complementary color
Monochromatic Colors of #4D5A3C
Black with #4D5A3C
Text Example
Text Example
White with #4D5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5A3C; }
p { color: rgb(77,90,60); }
H1.HeaderClassName
{
color: #4D5A3C;
}
.AnyTagClassName
{
color: #4D5A3C;
}
</style>
background-color css
<style>
a { background-color: #4D5A3C; }
a { background-color: rgb(77,90,60); }
div.DivClassName
{
background-color: #4D5A3C;
}
.BgClassName
{
background-color: #4D5A3C;
}
</style>
border-color css
<style>
span { border-color: #4D5A3C; }
span { border-color: rgb(77,90,60); }
td.TdClassName
{
border-color: #4D5A3C;
}
.TagClassName
{
border-color: #4D5A3C;
}
</style>