Shades of Lunar Green #4C523E
Tints of Lunar Green #4C523E
RGB
CMYK
RGB Variations
Color information
#4C523E (or 0x4C523E) is known color: Lunar Green. HEX triplet: 4C, 52 and 3E. RGB value is (76,82,62). Sum of RGB (Red+Green+Blue) = 76+82+62=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #4C523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C523E is #B3ADC1. Grayscale: #4E4E4E. Windows color (decimal): -11775426 or 4084300. OLE color: 4084300.
HSL color Cylindrical-coordinate representation of color #4C523E: hue angle of 78º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C523E is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 62 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.68 |
| HSL | 78º | 0.14% | 0.28% | - |
| HSV(B) | 78º | 0.24% | 0.32% | - |
| XYZ | 6.87 | 7.92 | 5.72 | - |
| YUV | 77.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 62 | 0.07 | 0 | 0.24 | 0.68 | 78 | 0.14 | 0.28 |
| Hex | 4C | 52 | 3E | 7 | 0 | 18 | 44 | 4E | E | 1C |
| Octal | 114 | 122 | 76 | 7 | 0 | 30 | 104 | 116 | 16 | 34 |
| Binary | 1001100 | 1010010 | 111110 | 111 | 0 | 11000 | 1000100 | 1001110 | 1110 | 11100 |
Color Harmonies of #4C523E
Complementary color
Monochromatic Colors of #4C523E
Black with #4C523E
Text Example
Text Example
White with #4C523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C523E; }
p { color: rgb(76,82,62); }
H1.HeaderClassName
{
color: #4C523E;
}
.AnyTagClassName
{
color: #4C523E;
}
</style>
background-color css
<style>
a { background-color: #4C523E; }
a { background-color: rgb(76,82,62); }
div.DivClassName
{
background-color: #4C523E;
}
.BgClassName
{
background-color: #4C523E;
}
</style>
border-color css
<style>
span { border-color: #4C523E; }
span { border-color: rgb(76,82,62); }
td.TdClassName
{
border-color: #4C523E;
}
.TagClassName
{
border-color: #4C523E;
}
</style>