Shades of Lunar Green #525E41
Tints of Lunar Green #525E41
RGB
CMYK
RGB Variations
Color information
#525E41 (or 0x525E41) is known color: Lunar Green. HEX triplet: 52, 5E and 41. RGB value is (82,94,65). Sum of RGB (Red+Green+Blue) = 82+94+65=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 94 - color contains mainly: green. Hex color #525E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525E41 is #ADA1BE. Grayscale: #575757. Windows color (decimal): -11379135 or 4283986. OLE color: 4283986.
HSL color Cylindrical-coordinate representation of color #525E41: hue angle of 84.83º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #525E41 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 94 | 65 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.63 |
| HSL | 84.83º | 0.18% | 0.31% | - |
| HSV(B) | 84.83º | 0.31% | 0.37% | - |
| XYZ | 8.44 | 10.18 | 6.52 | - |
| YUV | 87.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 65 | 0.13 | 0 | 0.31 | 0.63 | 84.83 | 0.18 | 0.31 |
| Hex | 52 | 5E | 41 | D | 0 | 1F | 3F | 55 | 12 | 1F |
| Octal | 122 | 136 | 101 | 15 | 0 | 37 | 77 | 125 | 22 | 37 |
| Binary | 1010010 | 1011110 | 1000001 | 1101 | 0 | 11111 | 111111 | 1010101 | 10010 | 11111 |
Color Harmonies of #525E41
Complementary color
Monochromatic Colors of #525E41
Black with #525E41
Text Example
Text Example
White with #525E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525E41; }
p { color: rgb(82,94,65); }
H1.HeaderClassName
{
color: #525E41;
}
.AnyTagClassName
{
color: #525E41;
}
</style>
background-color css
<style>
a { background-color: #525E41; }
a { background-color: rgb(82,94,65); }
div.DivClassName
{
background-color: #525E41;
}
.BgClassName
{
background-color: #525E41;
}
</style>
border-color css
<style>
span { border-color: #525E41; }
span { border-color: rgb(82,94,65); }
td.TdClassName
{
border-color: #525E41;
}
.TagClassName
{
border-color: #525E41;
}
</style>