Shades of Lunar Green #525F3F
Tints of Lunar Green #525F3F
RGB
CMYK
RGB Variations
Color information
#525F3F (or 0x525F3F) is known color: Lunar Green. HEX triplet: 52, 5F and 3F. RGB value is (82,95,63). Sum of RGB (Red+Green+Blue) = 82+95+63=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #525F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525F3F is #ADA0C0. Grayscale: #575757. Windows color (decimal): -11378881 or 4153170. OLE color: 4153170.
HSL color Cylindrical-coordinate representation of color #525F3F: hue angle of 84.38º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #525F3F is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 95 | 63 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.63 |
| HSL | 84.38º | 0.2% | 0.31% | - |
| HSV(B) | 84.38º | 0.34% | 0.37% | - |
| XYZ | 8.47 | 10.34 | 6.25 | - |
| YUV | 87.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 63 | 0.14 | 0 | 0.34 | 0.63 | 84.38 | 0.2 | 0.31 |
| Hex | 52 | 5F | 3F | E | 0 | 22 | 3F | 54 | 14 | 1F |
| Octal | 122 | 137 | 77 | 16 | 0 | 42 | 77 | 124 | 24 | 37 |
| Binary | 1010010 | 1011111 | 111111 | 1110 | 0 | 100010 | 111111 | 1010100 | 10100 | 11111 |
Color Harmonies of #525F3F
Complementary color
Monochromatic Colors of #525F3F
Black with #525F3F
Text Example
Text Example
White with #525F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525F3F; }
p { color: rgb(82,95,63); }
H1.HeaderClassName
{
color: #525F3F;
}
.AnyTagClassName
{
color: #525F3F;
}
</style>
background-color css
<style>
a { background-color: #525F3F; }
a { background-color: rgb(82,95,63); }
div.DivClassName
{
background-color: #525F3F;
}
.BgClassName
{
background-color: #525F3F;
}
</style>
border-color css
<style>
span { border-color: #525F3F; }
span { border-color: rgb(82,95,63); }
td.TdClassName
{
border-color: #525F3F;
}
.TagClassName
{
border-color: #525F3F;
}
</style>