Shades of Lunar Green #525B41
Tints of Lunar Green #525B41
RGB
CMYK
RGB Variations
Color information
#525B41 (or 0x525B41) is known color: Lunar Green. HEX triplet: 52, 5B and 41. RGB value is (82,91,65). Sum of RGB (Red+Green+Blue) = 82+91+65=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #525B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B41 is #ADA4BE. Grayscale: #555555. Windows color (decimal): -11379903 or 4283218. OLE color: 4283218.
HSL color Cylindrical-coordinate representation of color #525B41: hue angle of 80.77º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #525B41 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 65 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.64 |
| HSL | 80.77º | 0.17% | 0.31% | - |
| HSV(B) | 80.77º | 0.29% | 0.36% | - |
| XYZ | 8.17 | 9.66 | 6.43 | - |
| YUV | 85.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 65 | 0.10 | 0 | 0.29 | 0.64 | 80.77 | 0.17 | 0.31 |
| Hex | 52 | 5B | 41 | A | 0 | 1D | 40 | 51 | 11 | 1F |
| Octal | 122 | 133 | 101 | 12 | 0 | 35 | 100 | 121 | 21 | 37 |
| Binary | 1010010 | 1011011 | 1000001 | 1010 | 0 | 11101 | 1000000 | 1010001 | 10001 | 11111 |
Color Harmonies of #525B41
Complementary color
Monochromatic Colors of #525B41
Black with #525B41
Text Example
Text Example
White with #525B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B41; }
p { color: rgb(82,91,65); }
H1.HeaderClassName
{
color: #525B41;
}
.AnyTagClassName
{
color: #525B41;
}
</style>
background-color css
<style>
a { background-color: #525B41; }
a { background-color: rgb(82,91,65); }
div.DivClassName
{
background-color: #525B41;
}
.BgClassName
{
background-color: #525B41;
}
</style>
border-color css
<style>
span { border-color: #525B41; }
span { border-color: rgb(82,91,65); }
td.TdClassName
{
border-color: #525B41;
}
.TagClassName
{
border-color: #525B41;
}
</style>