Shades of Lunar Green #52593F
Tints of Lunar Green #52593F
RGB
CMYK
RGB Variations
Color information
#52593F (or 0x52593F) is known color: Lunar Green. HEX triplet: 52, 59 and 3F. RGB value is (82,89,63). Sum of RGB (Red+Green+Blue) = 82+89+63=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #52593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52593F is #ADA6C0. Grayscale: #545454. Windows color (decimal): -11380417 or 4151634. OLE color: 4151634.
HSL color Cylindrical-coordinate representation of color #52593F: hue angle of 76.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52593F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 63 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.65 |
| HSL | 76.15º | 0.17% | 0.3% | - |
| HSV(B) | 76.15º | 0.29% | 0.35% | - |
| XYZ | 7.95 | 9.3 | 6.08 | - |
| YUV | 83.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 63 | 0.08 | 0 | 0.29 | 0.65 | 76.15 | 0.17 | 0.3 |
| Hex | 52 | 59 | 3F | 8 | 0 | 1D | 41 | 4C | 11 | 1E |
| Octal | 122 | 131 | 77 | 10 | 0 | 35 | 101 | 114 | 21 | 36 |
| Binary | 1010010 | 1011001 | 111111 | 1000 | 0 | 11101 | 1000001 | 1001100 | 10001 | 11110 |
Color Harmonies of #52593F
Complementary color
Monochromatic Colors of #52593F
Black with #52593F
Text Example
Text Example
White with #52593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52593F; }
p { color: rgb(82,89,63); }
H1.HeaderClassName
{
color: #52593F;
}
.AnyTagClassName
{
color: #52593F;
}
</style>
background-color css
<style>
a { background-color: #52593F; }
a { background-color: rgb(82,89,63); }
div.DivClassName
{
background-color: #52593F;
}
.BgClassName
{
background-color: #52593F;
}
</style>
border-color css
<style>
span { border-color: #52593F; }
span { border-color: rgb(82,89,63); }
td.TdClassName
{
border-color: #52593F;
}
.TagClassName
{
border-color: #52593F;
}
</style>