Shades of Lunar Green #52613C
Tints of Lunar Green #52613C
RGB
CMYK
RGB Variations
Color information
#52613C (or 0x52613C) is known color: Lunar Green. HEX triplet: 52, 61 and 3C. RGB value is (82,97,60). Sum of RGB (Red+Green+Blue) = 82+97+60=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #52613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52613C is #AD9EC3. Grayscale: #585858. Windows color (decimal): -11378372 or 3957074. OLE color: 3957074.
HSL color Cylindrical-coordinate representation of color #52613C: hue angle of 84.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52613C is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 60 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.62 |
| HSL | 84.32º | 0.24% | 0.31% | - |
| HSV(B) | 84.32º | 0.38% | 0.38% | - |
| XYZ | 8.57 | 10.67 | 5.88 | - |
| YUV | 88.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 60 | 0.15 | 0 | 0.38 | 0.62 | 84.32 | 0.24 | 0.31 |
| Hex | 52 | 61 | 3C | F | 0 | 26 | 3E | 54 | 18 | 1F |
| Octal | 122 | 141 | 74 | 17 | 0 | 46 | 76 | 124 | 30 | 37 |
| Binary | 1010010 | 1100001 | 111100 | 1111 | 0 | 100110 | 111110 | 1010100 | 11000 | 11111 |
Color Harmonies of #52613C
Complementary color
Monochromatic Colors of #52613C
Black with #52613C
Text Example
Text Example
White with #52613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52613C; }
p { color: rgb(82,97,60); }
H1.HeaderClassName
{
color: #52613C;
}
.AnyTagClassName
{
color: #52613C;
}
</style>
background-color css
<style>
a { background-color: #52613C; }
a { background-color: rgb(82,97,60); }
div.DivClassName
{
background-color: #52613C;
}
.BgClassName
{
background-color: #52613C;
}
</style>
border-color css
<style>
span { border-color: #52613C; }
span { border-color: rgb(82,97,60); }
td.TdClassName
{
border-color: #52613C;
}
.TagClassName
{
border-color: #52613C;
}
</style>