Shades of Lunar Green #525942
Tints of Lunar Green #525942
RGB
CMYK
RGB Variations
Color information
#525942 (or 0x525942) is known color: Lunar Green. HEX triplet: 52, 59 and 42. RGB value is (82,89,66). Sum of RGB (Red+Green+Blue) = 82+89+66=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 89 - color contains mainly: green. Hex color #525942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525942 is #ADA6BD. Grayscale: #545454. Windows color (decimal): -11380414 or 4348242. OLE color: 4348242.
HSL color Cylindrical-coordinate representation of color #525942: hue angle of 78.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525942 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 66 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.65 |
| HSL | 78.26º | 0.15% | 0.3% | - |
| HSV(B) | 78.26º | 0.26% | 0.35% | - |
| XYZ | 8.04 | 9.33 | 6.53 | - |
| YUV | 84.29 | 117.68 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 66 | 0.08 | 0 | 0.26 | 0.65 | 78.26 | 0.15 | 0.3 |
| Hex | 52 | 59 | 42 | 8 | 0 | 1A | 41 | 4E | F | 1E |
| Octal | 122 | 131 | 102 | 10 | 0 | 32 | 101 | 116 | 17 | 36 |
| Binary | 1010010 | 1011001 | 1000010 | 1000 | 0 | 11010 | 1000001 | 1001110 | 1111 | 11110 |
Color Harmonies of #525942
Complementary color
Monochromatic Colors of #525942
Black with #525942
Text Example
Text Example
White with #525942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525942; }
p { color: rgb(82,89,66); }
H1.HeaderClassName
{
color: #525942;
}
.AnyTagClassName
{
color: #525942;
}
</style>
background-color css
<style>
a { background-color: #525942; }
a { background-color: rgb(82,89,66); }
div.DivClassName
{
background-color: #525942;
}
.BgClassName
{
background-color: #525942;
}
</style>
border-color css
<style>
span { border-color: #525942; }
span { border-color: rgb(82,89,66); }
td.TdClassName
{
border-color: #525942;
}
.TagClassName
{
border-color: #525942;
}
</style>