Shades of Lunar Green #525C37
Tints of Lunar Green #525C37
RGB
CMYK
RGB Variations
Color information
#525C37 (or 0x525C37) is known color: Lunar Green. HEX triplet: 52, 5C and 37. RGB value is (82,92,55). Sum of RGB (Red+Green+Blue) = 82+92+55=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #525C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C37 is #ADA3C8. Grayscale: #545454. Windows color (decimal): -11379657 or 3628114. OLE color: 3628114.
HSL color Cylindrical-coordinate representation of color #525C37: hue angle of 76.22º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525C37 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 55 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.64 |
| HSL | 76.22º | 0.25% | 0.29% | - |
| HSV(B) | 76.22º | 0.4% | 0.36% | - |
| XYZ | 8 | 9.72 | 5.07 | - |
| YUV | 84.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 55 | 0.11 | 0 | 0.40 | 0.64 | 76.22 | 0.25 | 0.29 |
| Hex | 52 | 5C | 37 | B | 0 | 28 | 40 | 4C | 19 | 1D |
| Octal | 122 | 134 | 67 | 13 | 0 | 50 | 100 | 114 | 31 | 35 |
| Binary | 1010010 | 1011100 | 110111 | 1011 | 0 | 101000 | 1000000 | 1001100 | 11001 | 11101 |
Color Harmonies of #525C37
Complementary color
Monochromatic Colors of #525C37
Black with #525C37
Text Example
Text Example
White with #525C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C37; }
p { color: rgb(82,92,55); }
H1.HeaderClassName
{
color: #525C37;
}
.AnyTagClassName
{
color: #525C37;
}
</style>
background-color css
<style>
a { background-color: #525C37; }
a { background-color: rgb(82,92,55); }
div.DivClassName
{
background-color: #525C37;
}
.BgClassName
{
background-color: #525C37;
}
</style>
border-color css
<style>
span { border-color: #525C37; }
span { border-color: rgb(82,92,55); }
td.TdClassName
{
border-color: #525C37;
}
.TagClassName
{
border-color: #525C37;
}
</style>