Shades of Lunar Green #525C39
Tints of Lunar Green #525C39
RGB
CMYK
RGB Variations
Color information
#525C39 (or 0x525C39) is known color: Lunar Green. HEX triplet: 52, 5C and 39. RGB value is (82,92,57). Sum of RGB (Red+Green+Blue) = 82+92+57=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #525C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C39 is #ADA3C6. Grayscale: #555555. Windows color (decimal): -11379655 or 3759186. OLE color: 3759186.
HSL color Cylindrical-coordinate representation of color #525C39: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525C39 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 57 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.64 |
| HSL | 77.14º | 0.23% | 0.29% | - |
| HSV(B) | 77.14º | 0.38% | 0.36% | - |
| XYZ | 8.05 | 9.74 | 5.33 | - |
| YUV | 85.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 57 | 0.11 | 0 | 0.38 | 0.64 | 77.14 | 0.23 | 0.29 |
| Hex | 52 | 5C | 39 | B | 0 | 26 | 40 | 4D | 17 | 1D |
| Octal | 122 | 134 | 71 | 13 | 0 | 46 | 100 | 115 | 27 | 35 |
| Binary | 1010010 | 1011100 | 111001 | 1011 | 0 | 100110 | 1000000 | 1001101 | 10111 | 11101 |
Color Harmonies of #525C39
Complementary color
Monochromatic Colors of #525C39
Black with #525C39
Text Example
Text Example
White with #525C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C39; }
p { color: rgb(82,92,57); }
H1.HeaderClassName
{
color: #525C39;
}
.AnyTagClassName
{
color: #525C39;
}
</style>
background-color css
<style>
a { background-color: #525C39; }
a { background-color: rgb(82,92,57); }
div.DivClassName
{
background-color: #525C39;
}
.BgClassName
{
background-color: #525C39;
}
</style>
border-color css
<style>
span { border-color: #525C39; }
span { border-color: rgb(82,92,57); }
td.TdClassName
{
border-color: #525C39;
}
.TagClassName
{
border-color: #525C39;
}
</style>