Shades of Lunar Green #525B40
Tints of Lunar Green #525B40
RGB
CMYK
RGB Variations
Color information
#525B40 (or 0x525B40) is known color: Lunar Green. HEX triplet: 52, 5B and 40. RGB value is (82,91,64). Sum of RGB (Red+Green+Blue) = 82+91+64=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #525B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B40 is #ADA4BF. Grayscale: #555555. Windows color (decimal): -11379904 or 4217682. OLE color: 4217682.
HSL color Cylindrical-coordinate representation of color #525B40: hue angle of 80º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525B40 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 64 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.64 |
| HSL | 80º | 0.17% | 0.3% | - |
| HSV(B) | 80º | 0.3% | 0.36% | - |
| XYZ | 8.15 | 9.65 | 6.28 | - |
| YUV | 85.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 64 | 0.10 | 0 | 0.30 | 0.64 | 80 | 0.17 | 0.3 |
| Hex | 52 | 5B | 40 | A | 0 | 1E | 40 | 50 | 11 | 1E |
| Octal | 122 | 133 | 100 | 12 | 0 | 36 | 100 | 120 | 21 | 36 |
| Binary | 1010010 | 1011011 | 1000000 | 1010 | 0 | 11110 | 1000000 | 1010000 | 10001 | 11110 |
Color Harmonies of #525B40
Complementary color
Monochromatic Colors of #525B40
Black with #525B40
Text Example
Text Example
White with #525B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B40; }
p { color: rgb(82,91,64); }
H1.HeaderClassName
{
color: #525B40;
}
.AnyTagClassName
{
color: #525B40;
}
</style>
background-color css
<style>
a { background-color: #525B40; }
a { background-color: rgb(82,91,64); }
div.DivClassName
{
background-color: #525B40;
}
.BgClassName
{
background-color: #525B40;
}
</style>
border-color css
<style>
span { border-color: #525B40; }
span { border-color: rgb(82,91,64); }
td.TdClassName
{
border-color: #525B40;
}
.TagClassName
{
border-color: #525B40;
}
</style>