Shades of Lunar Green #4C563F
Tints of Lunar Green #4C563F
RGB
CMYK
RGB Variations
Color information
#4C563F (or 0x4C563F) is known color: Lunar Green. HEX triplet: 4C, 56 and 3F. RGB value is (76,86,63). Sum of RGB (Red+Green+Blue) = 76+86+63=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #4C563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C563F is #B3A9C0. Grayscale: #505050. Windows color (decimal): -11774401 or 4150860. OLE color: 4150860.
HSL color Cylindrical-coordinate representation of color #4C563F: hue angle of 86.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C563F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 86 | 63 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.66 |
| HSL | 86.09º | 0.15% | 0.29% | - |
| HSV(B) | 86.09º | 0.27% | 0.34% | - |
| XYZ | 7.21 | 8.55 | 5.97 | - |
| YUV | 80.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 63 | 0.12 | 0 | 0.27 | 0.66 | 86.09 | 0.15 | 0.29 |
| Hex | 4C | 56 | 3F | C | 0 | 1B | 42 | 56 | F | 1D |
| Octal | 114 | 126 | 77 | 14 | 0 | 33 | 102 | 126 | 17 | 35 |
| Binary | 1001100 | 1010110 | 111111 | 1100 | 0 | 11011 | 1000010 | 1010110 | 1111 | 11101 |
Color Harmonies of #4C563F
Complementary color
Monochromatic Colors of #4C563F
Black with #4C563F
Text Example
Text Example
White with #4C563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C563F; }
p { color: rgb(76,86,63); }
H1.HeaderClassName
{
color: #4C563F;
}
.AnyTagClassName
{
color: #4C563F;
}
</style>
background-color css
<style>
a { background-color: #4C563F; }
a { background-color: rgb(76,86,63); }
div.DivClassName
{
background-color: #4C563F;
}
.BgClassName
{
background-color: #4C563F;
}
</style>
border-color css
<style>
span { border-color: #4C563F; }
span { border-color: rgb(76,86,63); }
td.TdClassName
{
border-color: #4C563F;
}
.TagClassName
{
border-color: #4C563F;
}
</style>