Shades of Lunar Green #52603E
Tints of Lunar Green #52603E
RGB
CMYK
RGB Variations
Color information
#52603E (or 0x52603E) is known color: Lunar Green. HEX triplet: 52, 60 and 3E. RGB value is (82,96,62). Sum of RGB (Red+Green+Blue) = 82+96+62=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #52603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52603E is #AD9FC1. Grayscale: #585858. Windows color (decimal): -11378626 or 4087890. OLE color: 4087890.
HSL color Cylindrical-coordinate representation of color #52603E: hue angle of 84.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #52603E is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 62 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.62 |
| HSL | 84.71º | 0.22% | 0.31% | - |
| HSV(B) | 84.71º | 0.35% | 0.38% | - |
| XYZ | 8.53 | 10.51 | 6.14 | - |
| YUV | 87.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 62 | 0.15 | 0 | 0.35 | 0.62 | 84.71 | 0.22 | 0.31 |
| Hex | 52 | 60 | 3E | F | 0 | 23 | 3E | 55 | 16 | 1F |
| Octal | 122 | 140 | 76 | 17 | 0 | 43 | 76 | 125 | 26 | 37 |
| Binary | 1010010 | 1100000 | 111110 | 1111 | 0 | 100011 | 111110 | 1010101 | 10110 | 11111 |
Color Harmonies of #52603E
Complementary color
Monochromatic Colors of #52603E
Black with #52603E
Text Example
Text Example
White with #52603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52603E; }
p { color: rgb(82,96,62); }
H1.HeaderClassName
{
color: #52603E;
}
.AnyTagClassName
{
color: #52603E;
}
</style>
background-color css
<style>
a { background-color: #52603E; }
a { background-color: rgb(82,96,62); }
div.DivClassName
{
background-color: #52603E;
}
.BgClassName
{
background-color: #52603E;
}
</style>
border-color css
<style>
span { border-color: #52603E; }
span { border-color: rgb(82,96,62); }
td.TdClassName
{
border-color: #52603E;
}
.TagClassName
{
border-color: #52603E;
}
</style>