Shades of Lunar Green #525D3F
Tints of Lunar Green #525D3F
RGB
CMYK
RGB Variations
Color information
#525D3F (or 0x525D3F) is known color: Lunar Green. HEX triplet: 52, 5D and 3F. RGB value is (82,93,63). Sum of RGB (Red+Green+Blue) = 82+93+63=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #525D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D3F is #ADA2C0. Grayscale: #565656. Windows color (decimal): -11379393 or 4152658. OLE color: 4152658.
HSL color Cylindrical-coordinate representation of color #525D3F: hue angle of 82º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525D3F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 63 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.64 |
| HSL | 82º | 0.19% | 0.31% | - |
| HSV(B) | 82º | 0.32% | 0.36% | - |
| XYZ | 8.29 | 9.98 | 6.19 | - |
| YUV | 86.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 63 | 0.12 | 0 | 0.32 | 0.64 | 82 | 0.19 | 0.31 |
| Hex | 52 | 5D | 3F | C | 0 | 20 | 40 | 52 | 13 | 1F |
| Octal | 122 | 135 | 77 | 14 | 0 | 40 | 100 | 122 | 23 | 37 |
| Binary | 1010010 | 1011101 | 111111 | 1100 | 0 | 100000 | 1000000 | 1010010 | 10011 | 11111 |
Color Harmonies of #525D3F
Complementary color
Monochromatic Colors of #525D3F
Black with #525D3F
Text Example
Text Example
White with #525D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D3F; }
p { color: rgb(82,93,63); }
H1.HeaderClassName
{
color: #525D3F;
}
.AnyTagClassName
{
color: #525D3F;
}
</style>
background-color css
<style>
a { background-color: #525D3F; }
a { background-color: rgb(82,93,63); }
div.DivClassName
{
background-color: #525D3F;
}
.BgClassName
{
background-color: #525D3F;
}
</style>
border-color css
<style>
span { border-color: #525D3F; }
span { border-color: rgb(82,93,63); }
td.TdClassName
{
border-color: #525D3F;
}
.TagClassName
{
border-color: #525D3F;
}
</style>