Shades of Lunar Green #52603D
Tints of Lunar Green #52603D
RGB
CMYK
RGB Variations
Color information
#52603D (or 0x52603D) is known color: Lunar Green. HEX triplet: 52, 60 and 3D. RGB value is (82,96,61). Sum of RGB (Red+Green+Blue) = 82+96+61=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #52603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52603D is #AD9FC2. Grayscale: #575757. Windows color (decimal): -11378627 or 4022354. OLE color: 4022354.
HSL color Cylindrical-coordinate representation of color #52603D: hue angle of 84º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52603D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 61 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.62 |
| HSL | 84º | 0.22% | 0.31% | - |
| HSV(B) | 84º | 0.36% | 0.38% | - |
| XYZ | 8.5 | 10.5 | 5.99 | - |
| YUV | 87.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 61 | 0.15 | 0 | 0.36 | 0.62 | 84 | 0.22 | 0.31 |
| Hex | 52 | 60 | 3D | F | 0 | 24 | 3E | 54 | 16 | 1F |
| Octal | 122 | 140 | 75 | 17 | 0 | 44 | 76 | 124 | 26 | 37 |
| Binary | 1010010 | 1100000 | 111101 | 1111 | 0 | 100100 | 111110 | 1010100 | 10110 | 11111 |
Color Harmonies of #52603D
Complementary color
Monochromatic Colors of #52603D
Black with #52603D
Text Example
Text Example
White with #52603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52603D; }
p { color: rgb(82,96,61); }
H1.HeaderClassName
{
color: #52603D;
}
.AnyTagClassName
{
color: #52603D;
}
</style>
background-color css
<style>
a { background-color: #52603D; }
a { background-color: rgb(82,96,61); }
div.DivClassName
{
background-color: #52603D;
}
.BgClassName
{
background-color: #52603D;
}
</style>
border-color css
<style>
span { border-color: #52603D; }
span { border-color: rgb(82,96,61); }
td.TdClassName
{
border-color: #52603D;
}
.TagClassName
{
border-color: #52603D;
}
</style>