Shades of Lunar Green #525C3F
Tints of Lunar Green #525C3F
RGB
CMYK
RGB Variations
Color information
#525C3F (or 0x525C3F) is known color: Lunar Green. HEX triplet: 52, 5C and 3F. RGB value is (82,92,63). Sum of RGB (Red+Green+Blue) = 82+92+63=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #525C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C3F is #ADA3C0. Grayscale: #555555. Windows color (decimal): -11379649 or 4152402. OLE color: 4152402.
HSL color Cylindrical-coordinate representation of color #525C3F: hue angle of 80.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #525C3F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 92 | 63 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.64 |
| HSL | 80.69º | 0.19% | 0.3% | - |
| HSV(B) | 80.69º | 0.32% | 0.36% | - |
| XYZ | 8.2 | 9.81 | 6.16 | - |
| YUV | 85.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 63 | 0.11 | 0 | 0.32 | 0.64 | 80.69 | 0.19 | 0.3 |
| Hex | 52 | 5C | 3F | B | 0 | 20 | 40 | 51 | 13 | 1E |
| Octal | 122 | 134 | 77 | 13 | 0 | 40 | 100 | 121 | 23 | 36 |
| Binary | 1010010 | 1011100 | 111111 | 1011 | 0 | 100000 | 1000000 | 1010001 | 10011 | 11110 |
Color Harmonies of #525C3F
Complementary color
Monochromatic Colors of #525C3F
Black with #525C3F
Text Example
Text Example
White with #525C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525C3F; }
p { color: rgb(82,92,63); }
H1.HeaderClassName
{
color: #525C3F;
}
.AnyTagClassName
{
color: #525C3F;
}
</style>
background-color css
<style>
a { background-color: #525C3F; }
a { background-color: rgb(82,92,63); }
div.DivClassName
{
background-color: #525C3F;
}
.BgClassName
{
background-color: #525C3F;
}
</style>
border-color css
<style>
span { border-color: #525C3F; }
span { border-color: rgb(82,92,63); }
td.TdClassName
{
border-color: #525C3F;
}
.TagClassName
{
border-color: #525C3F;
}
</style>