Shades of Lunar Green #4D5142
Tints of Lunar Green #4D5142
RGB
CMYK
RGB Variations
Color information
#4D5142 (or 0x4D5142) is known color: Lunar Green. HEX triplet: 4D, 51 and 42. RGB value is (77,81,66). Sum of RGB (Red+Green+Blue) = 77+81+66=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5142 is #B2AEBD. Grayscale: #4E4E4E. Windows color (decimal): -11710142 or 4346189. OLE color: 4346189.
HSL color Cylindrical-coordinate representation of color #4D5142: hue angle of 76º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D5142 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 81 | 66 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.68 |
| HSL | 76º | 0.1% | 0.29% | - |
| HSV(B) | 76º | 0.19% | 0.32% | - |
| XYZ | 6.99 | 7.86 | 6.3 | - |
| YUV | 78.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 66 | 0.05 | 0 | 0.19 | 0.68 | 76 | 0.1 | 0.29 |
| Hex | 4D | 51 | 42 | 5 | 0 | 13 | 44 | 4C | A | 1D |
| Octal | 115 | 121 | 102 | 5 | 0 | 23 | 104 | 114 | 12 | 35 |
| Binary | 1001101 | 1010001 | 1000010 | 101 | 0 | 10011 | 1000100 | 1001100 | 1010 | 11101 |
Color Harmonies of #4D5142
Complementary color
Monochromatic Colors of #4D5142
Black with #4D5142
Text Example
Text Example
White with #4D5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5142; }
p { color: rgb(77,81,66); }
H1.HeaderClassName
{
color: #4D5142;
}
.AnyTagClassName
{
color: #4D5142;
}
</style>
background-color css
<style>
a { background-color: #4D5142; }
a { background-color: rgb(77,81,66); }
div.DivClassName
{
background-color: #4D5142;
}
.BgClassName
{
background-color: #4D5142;
}
</style>
border-color css
<style>
span { border-color: #4D5142; }
span { border-color: rgb(77,81,66); }
td.TdClassName
{
border-color: #4D5142;
}
.TagClassName
{
border-color: #4D5142;
}
</style>