Shades of Lunar Green #4D5541
Tints of Lunar Green #4D5541
RGB
CMYK
RGB Variations
Color information
#4D5541 (or 0x4D5541) is known color: Lunar Green. HEX triplet: 4D, 55 and 41. RGB value is (77,85,65). Sum of RGB (Red+Green+Blue) = 77+85+65=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5541 is #B2AABE. Grayscale: #505050. Windows color (decimal): -11709119 or 4281677. OLE color: 4281677.
HSL color Cylindrical-coordinate representation of color #4D5541: hue angle of 84º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D5541 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 65 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.67 |
| HSL | 84º | 0.13% | 0.29% | - |
| HSV(B) | 84º | 0.24% | 0.33% | - |
| XYZ | 7.26 | 8.46 | 6.25 | - |
| YUV | 80.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 65 | 0.09 | 0 | 0.24 | 0.67 | 84 | 0.13 | 0.29 |
| Hex | 4D | 55 | 41 | 9 | 0 | 18 | 43 | 54 | D | 1D |
| Octal | 115 | 125 | 101 | 11 | 0 | 30 | 103 | 124 | 15 | 35 |
| Binary | 1001101 | 1010101 | 1000001 | 1001 | 0 | 11000 | 1000011 | 1010100 | 1101 | 11101 |
Color Harmonies of #4D5541
Complementary color
Monochromatic Colors of #4D5541
Black with #4D5541
Text Example
Text Example
White with #4D5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5541; }
p { color: rgb(77,85,65); }
H1.HeaderClassName
{
color: #4D5541;
}
.AnyTagClassName
{
color: #4D5541;
}
</style>
background-color css
<style>
a { background-color: #4D5541; }
a { background-color: rgb(77,85,65); }
div.DivClassName
{
background-color: #4D5541;
}
.BgClassName
{
background-color: #4D5541;
}
</style>
border-color css
<style>
span { border-color: #4D5541; }
span { border-color: rgb(77,85,65); }
td.TdClassName
{
border-color: #4D5541;
}
.TagClassName
{
border-color: #4D5541;
}
</style>