Shades of Lunar Green #52564B
Tints of Lunar Green #52564B
RGB
CMYK
RGB Variations
Color information
#52564B (or 0x52564B) is known color: Lunar Green. HEX triplet: 52, 56 and 4B. RGB value is (82,86,75). Sum of RGB (Red+Green+Blue) = 82+86+75=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #52564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52564B is #ADA9B4. Grayscale: #535353. Windows color (decimal): -11381173 or 4937298. OLE color: 4937298.
HSL color Cylindrical-coordinate representation of color #52564B: hue angle of 81.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #52564B is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 75 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.66 |
| HSL | 81.82º | 0.07% | 0.32% | - |
| HSV(B) | 81.82º | 0.13% | 0.34% | - |
| XYZ | 8.08 | 8.96 | 7.96 | - |
| YUV | 83.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 75 | 0.05 | 0 | 0.13 | 0.66 | 81.82 | 0.07 | 0.32 |
| Hex | 52 | 56 | 4B | 5 | 0 | D | 42 | 52 | 7 | 20 |
| Octal | 122 | 126 | 113 | 5 | 0 | 15 | 102 | 122 | 7 | 40 |
| Binary | 1010010 | 1010110 | 1001011 | 101 | 0 | 1101 | 1000010 | 1010010 | 111 | 100000 |
Color Harmonies of #52564B
Complementary color
Monochromatic Colors of #52564B
Black with #52564B
Text Example
Text Example
White with #52564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52564B; }
p { color: rgb(82,86,75); }
H1.HeaderClassName
{
color: #52564B;
}
.AnyTagClassName
{
color: #52564B;
}
</style>
background-color css
<style>
a { background-color: #52564B; }
a { background-color: rgb(82,86,75); }
div.DivClassName
{
background-color: #52564B;
}
.BgClassName
{
background-color: #52564B;
}
</style>
border-color css
<style>
span { border-color: #52564B; }
span { border-color: rgb(82,86,75); }
td.TdClassName
{
border-color: #52564B;
}
.TagClassName
{
border-color: #52564B;
}
</style>