Shades of Lunar Green #4C5142
Tints of Lunar Green #4C5142
RGB
CMYK
RGB Variations
Color information
#4C5142 (or 0x4C5142) is known color: Lunar Green. HEX triplet: 4C, 51 and 42. RGB value is (76,81,66). Sum of RGB (Red+Green+Blue) = 76+81+66=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5142 is #B3AEBD. Grayscale: #4D4D4D. Windows color (decimal): -11775678 or 4346188. OLE color: 4346188.
HSL color Cylindrical-coordinate representation of color #4C5142: hue angle of 80º 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 #4C5142 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 66 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.68 |
| HSL | 80º | 0.1% | 0.29% | - |
| HSV(B) | 80º | 0.19% | 0.32% | - |
| XYZ | 6.91 | 7.81 | 6.3 | - |
| YUV | 77.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 66 | 0.06 | 0 | 0.19 | 0.68 | 80 | 0.1 | 0.29 |
| Hex | 4C | 51 | 42 | 6 | 0 | 13 | 44 | 50 | A | 1D |
| Octal | 114 | 121 | 102 | 6 | 0 | 23 | 104 | 120 | 12 | 35 |
| Binary | 1001100 | 1010001 | 1000010 | 110 | 0 | 10011 | 1000100 | 1010000 | 1010 | 11101 |
Color Harmonies of #4C5142
Complementary color
Monochromatic Colors of #4C5142
Black with #4C5142
Text Example
Text Example
White with #4C5142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5142; }
p { color: rgb(76,81,66); }
H1.HeaderClassName
{
color: #4C5142;
}
.AnyTagClassName
{
color: #4C5142;
}
</style>
background-color css
<style>
a { background-color: #4C5142; }
a { background-color: rgb(76,81,66); }
div.DivClassName
{
background-color: #4C5142;
}
.BgClassName
{
background-color: #4C5142;
}
</style>
border-color css
<style>
span { border-color: #4C5142; }
span { border-color: rgb(76,81,66); }
td.TdClassName
{
border-color: #4C5142;
}
.TagClassName
{
border-color: #4C5142;
}
</style>