Shades of Lunar Green #525B37
Tints of Lunar Green #525B37
RGB
CMYK
RGB Variations
Color information
#525B37 (or 0x525B37) is known color: Lunar Green. HEX triplet: 52, 5B and 37. RGB value is (82,91,55). Sum of RGB (Red+Green+Blue) = 82+91+55=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #525B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B37 is #ADA4C8. Grayscale: #545454. Windows color (decimal): -11379913 or 3627858. OLE color: 3627858.
HSL color Cylindrical-coordinate representation of color #525B37: hue angle of 75º 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 #525B37 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 55 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.64 |
| HSL | 75º | 0.25% | 0.29% | - |
| HSV(B) | 75º | 0.4% | 0.36% | - |
| XYZ | 7.91 | 9.55 | 5.04 | - |
| YUV | 84.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 55 | 0.10 | 0 | 0.40 | 0.64 | 75 | 0.25 | 0.29 |
| Hex | 52 | 5B | 37 | A | 0 | 28 | 40 | 4B | 19 | 1D |
| Octal | 122 | 133 | 67 | 12 | 0 | 50 | 100 | 113 | 31 | 35 |
| Binary | 1010010 | 1011011 | 110111 | 1010 | 0 | 101000 | 1000000 | 1001011 | 11001 | 11101 |
Color Harmonies of #525B37
Complementary color
Monochromatic Colors of #525B37
Black with #525B37
Text Example
Text Example
White with #525B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B37; }
p { color: rgb(82,91,55); }
H1.HeaderClassName
{
color: #525B37;
}
.AnyTagClassName
{
color: #525B37;
}
</style>
background-color css
<style>
a { background-color: #525B37; }
a { background-color: rgb(82,91,55); }
div.DivClassName
{
background-color: #525B37;
}
.BgClassName
{
background-color: #525B37;
}
</style>
border-color css
<style>
span { border-color: #525B37; }
span { border-color: rgb(82,91,55); }
td.TdClassName
{
border-color: #525B37;
}
.TagClassName
{
border-color: #525B37;
}
</style>