Shades of Lunar Green #525F39
Tints of Lunar Green #525F39
RGB
CMYK
RGB Variations
Color information
#525F39 (or 0x525F39) is known color: Lunar Green. HEX triplet: 52, 5F and 39. RGB value is (82,95,57). Sum of RGB (Red+Green+Blue) = 82+95+57=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #525F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F39 is #ADA0C6. Grayscale: #565656. Windows color (decimal): -11378887 or 3759954. OLE color: 3759954.
HSL color Cylindrical-coordinate representation of color #525F39: hue angle of 80.53º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #525F39 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 57 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.63 |
| HSL | 80.53º | 0.25% | 0.3% | - |
| HSV(B) | 80.53º | 0.4% | 0.37% | - |
| XYZ | 8.31 | 10.27 | 5.42 | - |
| YUV | 86.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 57 | 0.14 | 0 | 0.40 | 0.63 | 80.53 | 0.25 | 0.3 |
| Hex | 52 | 5F | 39 | E | 0 | 28 | 3F | 51 | 19 | 1E |
| Octal | 122 | 137 | 71 | 16 | 0 | 50 | 77 | 121 | 31 | 36 |
| Binary | 1010010 | 1011111 | 111001 | 1110 | 0 | 101000 | 111111 | 1010001 | 11001 | 11110 |
Color Harmonies of #525F39
Complementary color
Monochromatic Colors of #525F39
Black with #525F39
Text Example
Text Example
White with #525F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F39; }
p { color: rgb(82,95,57); }
H1.HeaderClassName
{
color: #525F39;
}
.AnyTagClassName
{
color: #525F39;
}
</style>
background-color css
<style>
a { background-color: #525F39; }
a { background-color: rgb(82,95,57); }
div.DivClassName
{
background-color: #525F39;
}
.BgClassName
{
background-color: #525F39;
}
</style>
border-color css
<style>
span { border-color: #525F39; }
span { border-color: rgb(82,95,57); }
td.TdClassName
{
border-color: #525F39;
}
.TagClassName
{
border-color: #525F39;
}
</style>