Shades of Lunar Green #525D41
Tints of Lunar Green #525D41
RGB
CMYK
RGB Variations
Color information
#525D41 (or 0x525D41) is known color: Lunar Green. HEX triplet: 52, 5D and 41. RGB value is (82,93,65). Sum of RGB (Red+Green+Blue) = 82+93+65=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #525D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525D41 is #ADA2BE. Grayscale: #565656. Windows color (decimal): -11379391 or 4283730. OLE color: 4283730.
HSL color Cylindrical-coordinate representation of color #525D41: hue angle of 83.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525D41 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 65 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.64 |
| HSL | 83.57º | 0.18% | 0.31% | - |
| HSV(B) | 83.57º | 0.3% | 0.36% | - |
| XYZ | 8.35 | 10 | 6.49 | - |
| YUV | 86.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 65 | 0.12 | 0 | 0.30 | 0.64 | 83.57 | 0.18 | 0.31 |
| Hex | 52 | 5D | 41 | C | 0 | 1E | 40 | 54 | 12 | 1F |
| Octal | 122 | 135 | 101 | 14 | 0 | 36 | 100 | 124 | 22 | 37 |
| Binary | 1010010 | 1011101 | 1000001 | 1100 | 0 | 11110 | 1000000 | 1010100 | 10010 | 11111 |
Color Harmonies of #525D41
Complementary color
Monochromatic Colors of #525D41
Black with #525D41
Text Example
Text Example
White with #525D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D41; }
p { color: rgb(82,93,65); }
H1.HeaderClassName
{
color: #525D41;
}
.AnyTagClassName
{
color: #525D41;
}
</style>
background-color css
<style>
a { background-color: #525D41; }
a { background-color: rgb(82,93,65); }
div.DivClassName
{
background-color: #525D41;
}
.BgClassName
{
background-color: #525D41;
}
</style>
border-color css
<style>
span { border-color: #525D41; }
span { border-color: rgb(82,93,65); }
td.TdClassName
{
border-color: #525D41;
}
.TagClassName
{
border-color: #525D41;
}
</style>