Shades of Lunar Green #4C523F
Tints of Lunar Green #4C523F
RGB
CMYK
RGB Variations
Color information
#4C523F (or 0x4C523F) is known color: Lunar Green. HEX triplet: 4C, 52 and 3F. RGB value is (76,82,63). Sum of RGB (Red+Green+Blue) = 76+82+63=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #4C523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C523F is #B3ADC0. Grayscale: #4E4E4E. Windows color (decimal): -11775425 or 4149836. OLE color: 4149836.
HSL color Cylindrical-coordinate representation of color #4C523F: hue angle of 78.95º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C523F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 63 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.68 |
| HSL | 78.95º | 0.13% | 0.28% | - |
| HSV(B) | 78.95º | 0.23% | 0.32% | - |
| XYZ | 6.89 | 7.93 | 5.87 | - |
| YUV | 78.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 63 | 0.07 | 0 | 0.23 | 0.68 | 78.95 | 0.13 | 0.28 |
| Hex | 4C | 52 | 3F | 7 | 0 | 17 | 44 | 4F | D | 1C |
| Octal | 114 | 122 | 77 | 7 | 0 | 27 | 104 | 117 | 15 | 34 |
| Binary | 1001100 | 1010010 | 111111 | 111 | 0 | 10111 | 1000100 | 1001111 | 1101 | 11100 |
Color Harmonies of #4C523F
Complementary color
Monochromatic Colors of #4C523F
Black with #4C523F
Text Example
Text Example
White with #4C523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C523F; }
p { color: rgb(76,82,63); }
H1.HeaderClassName
{
color: #4C523F;
}
.AnyTagClassName
{
color: #4C523F;
}
</style>
background-color css
<style>
a { background-color: #4C523F; }
a { background-color: rgb(76,82,63); }
div.DivClassName
{
background-color: #4C523F;
}
.BgClassName
{
background-color: #4C523F;
}
</style>
border-color css
<style>
span { border-color: #4C523F; }
span { border-color: rgb(76,82,63); }
td.TdClassName
{
border-color: #4C523F;
}
.TagClassName
{
border-color: #4C523F;
}
</style>