Shades of Lunar Green #4C563C
Tints of Lunar Green #4C563C
RGB
CMYK
RGB Variations
Color information
#4C563C (or 0x4C563C) is known color: Lunar Green. HEX triplet: 4C, 56 and 3C. RGB value is (76,86,60). Sum of RGB (Red+Green+Blue) = 76+86+60=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #4C563C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C563C is #B3A9C3. Grayscale: #505050. Windows color (decimal): -11774404 or 3954252. OLE color: 3954252.
HSL color Cylindrical-coordinate representation of color #4C563C: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C563C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 86 | 60 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.66 |
| HSL | 83.08º | 0.18% | 0.29% | - |
| HSV(B) | 83.08º | 0.3% | 0.34% | - |
| XYZ | 7.12 | 8.52 | 5.54 | - |
| YUV | 80.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 60 | 0.12 | 0 | 0.30 | 0.66 | 83.08 | 0.18 | 0.29 |
| Hex | 4C | 56 | 3C | C | 0 | 1E | 42 | 53 | 12 | 1D |
| Octal | 114 | 126 | 74 | 14 | 0 | 36 | 102 | 123 | 22 | 35 |
| Binary | 1001100 | 1010110 | 111100 | 1100 | 0 | 11110 | 1000010 | 1010011 | 10010 | 11101 |
Color Harmonies of #4C563C
Complementary color
Monochromatic Colors of #4C563C
Black with #4C563C
Text Example
Text Example
White with #4C563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C563C; }
p { color: rgb(76,86,60); }
H1.HeaderClassName
{
color: #4C563C;
}
.AnyTagClassName
{
color: #4C563C;
}
</style>
background-color css
<style>
a { background-color: #4C563C; }
a { background-color: rgb(76,86,60); }
div.DivClassName
{
background-color: #4C563C;
}
.BgClassName
{
background-color: #4C563C;
}
</style>
border-color css
<style>
span { border-color: #4C563C; }
span { border-color: rgb(76,86,60); }
td.TdClassName
{
border-color: #4C563C;
}
.TagClassName
{
border-color: #4C563C;
}
</style>