Shades of Lunar Green #52613E
Tints of Lunar Green #52613E
RGB
CMYK
RGB Variations
Color information
#52613E (or 0x52613E) is known color: Lunar Green. HEX triplet: 52, 61 and 3E. RGB value is (82,97,62). Sum of RGB (Red+Green+Blue) = 82+97+62=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #52613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52613E is #AD9EC1. Grayscale: #585858. Windows color (decimal): -11378370 or 4088146. OLE color: 4088146.
HSL color Cylindrical-coordinate representation of color #52613E: hue angle of 85.71º 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 #52613E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 62 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.62 |
| HSL | 85.71º | 0.22% | 0.31% | - |
| HSV(B) | 85.71º | 0.36% | 0.38% | - |
| XYZ | 8.62 | 10.69 | 6.17 | - |
| YUV | 88.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 62 | 0.15 | 0 | 0.36 | 0.62 | 85.71 | 0.22 | 0.31 |
| Hex | 52 | 61 | 3E | F | 0 | 24 | 3E | 56 | 16 | 1F |
| Octal | 122 | 141 | 76 | 17 | 0 | 44 | 76 | 126 | 26 | 37 |
| Binary | 1010010 | 1100001 | 111110 | 1111 | 0 | 100100 | 111110 | 1010110 | 10110 | 11111 |
Color Harmonies of #52613E
Complementary color
Monochromatic Colors of #52613E
Black with #52613E
Text Example
Text Example
White with #52613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52613E; }
p { color: rgb(82,97,62); }
H1.HeaderClassName
{
color: #52613E;
}
.AnyTagClassName
{
color: #52613E;
}
</style>
background-color css
<style>
a { background-color: #52613E; }
a { background-color: rgb(82,97,62); }
div.DivClassName
{
background-color: #52613E;
}
.BgClassName
{
background-color: #52613E;
}
</style>
border-color css
<style>
span { border-color: #52613E; }
span { border-color: rgb(82,97,62); }
td.TdClassName
{
border-color: #52613E;
}
.TagClassName
{
border-color: #52613E;
}
</style>