Shades of Lunar Green #4C563E
Tints of Lunar Green #4C563E
RGB
CMYK
RGB Variations
Color information
#4C563E (or 0x4C563E) is known color: Lunar Green. HEX triplet: 4C, 56 and 3E. RGB value is (76,86,62). Sum of RGB (Red+Green+Blue) = 76+86+62=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #4C563E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C563E is #B3A9C1. Grayscale: #505050. Windows color (decimal): -11774402 or 4085324. OLE color: 4085324.
HSL color Cylindrical-coordinate representation of color #4C563E: hue angle of 85º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C563E is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 86 | 62 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.66 |
| HSL | 85º | 0.16% | 0.29% | - |
| HSV(B) | 85º | 0.28% | 0.34% | - |
| XYZ | 7.18 | 8.54 | 5.83 | - |
| YUV | 80.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 62 | 0.12 | 0 | 0.28 | 0.66 | 85 | 0.16 | 0.29 |
| Hex | 4C | 56 | 3E | C | 0 | 1C | 42 | 55 | 10 | 1D |
| Octal | 114 | 126 | 76 | 14 | 0 | 34 | 102 | 125 | 20 | 35 |
| Binary | 1001100 | 1010110 | 111110 | 1100 | 0 | 11100 | 1000010 | 1010101 | 10000 | 11101 |
Color Harmonies of #4C563E
Complementary color
Monochromatic Colors of #4C563E
Black with #4C563E
Text Example
Text Example
White with #4C563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C563E; }
p { color: rgb(76,86,62); }
H1.HeaderClassName
{
color: #4C563E;
}
.AnyTagClassName
{
color: #4C563E;
}
</style>
background-color css
<style>
a { background-color: #4C563E; }
a { background-color: rgb(76,86,62); }
div.DivClassName
{
background-color: #4C563E;
}
.BgClassName
{
background-color: #4C563E;
}
</style>
border-color css
<style>
span { border-color: #4C563E; }
span { border-color: rgb(76,86,62); }
td.TdClassName
{
border-color: #4C563E;
}
.TagClassName
{
border-color: #4C563E;
}
</style>