Shades of Lunar Green #525B3F
Tints of Lunar Green #525B3F
RGB
CMYK
RGB Variations
Color information
#525B3F (or 0x525B3F) is known color: Lunar Green. HEX triplet: 52, 5B and 3F. RGB value is (82,91,63). Sum of RGB (Red+Green+Blue) = 82+91+63=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #525B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B3F is #ADA4C0. Grayscale: #555555. Windows color (decimal): -11379905 or 4152146. OLE color: 4152146.
HSL color Cylindrical-coordinate representation of color #525B3F: hue angle of 79.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525B3F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 63 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.64 |
| HSL | 79.29º | 0.18% | 0.3% | - |
| HSV(B) | 79.29º | 0.31% | 0.36% | - |
| XYZ | 8.12 | 9.63 | 6.13 | - |
| YUV | 85.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 63 | 0.10 | 0 | 0.31 | 0.64 | 79.29 | 0.18 | 0.3 |
| Hex | 52 | 5B | 3F | A | 0 | 1F | 40 | 4F | 12 | 1E |
| Octal | 122 | 133 | 77 | 12 | 0 | 37 | 100 | 117 | 22 | 36 |
| Binary | 1010010 | 1011011 | 111111 | 1010 | 0 | 11111 | 1000000 | 1001111 | 10010 | 11110 |
Color Harmonies of #525B3F
Complementary color
Monochromatic Colors of #525B3F
Black with #525B3F
Text Example
Text Example
White with #525B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B3F; }
p { color: rgb(82,91,63); }
H1.HeaderClassName
{
color: #525B3F;
}
.AnyTagClassName
{
color: #525B3F;
}
</style>
background-color css
<style>
a { background-color: #525B3F; }
a { background-color: rgb(82,91,63); }
div.DivClassName
{
background-color: #525B3F;
}
.BgClassName
{
background-color: #525B3F;
}
</style>
border-color css
<style>
span { border-color: #525B3F; }
span { border-color: rgb(82,91,63); }
td.TdClassName
{
border-color: #525B3F;
}
.TagClassName
{
border-color: #525B3F;
}
</style>