Shades of Lunar Green #52613F
Tints of Lunar Green #52613F
RGB
CMYK
RGB Variations
Color information
#52613F (or 0x52613F) is known color: Lunar Green. HEX triplet: 52, 61 and 3F. RGB value is (82,97,63). Sum of RGB (Red+Green+Blue) = 82+97+63=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #52613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52613F is #AD9EC0. Grayscale: #585858. Windows color (decimal): -11378369 or 4153682. OLE color: 4153682.
HSL color Cylindrical-coordinate representation of color #52613F: hue angle of 86.47º degrees, saturation: 0.21, 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 #52613F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 63 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.62 |
| HSL | 86.47º | 0.21% | 0.31% | - |
| HSV(B) | 86.47º | 0.35% | 0.38% | - |
| XYZ | 8.65 | 10.7 | 6.31 | - |
| YUV | 88.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 63 | 0.15 | 0 | 0.35 | 0.62 | 86.47 | 0.21 | 0.31 |
| Hex | 52 | 61 | 3F | F | 0 | 23 | 3E | 56 | 15 | 1F |
| Octal | 122 | 141 | 77 | 17 | 0 | 43 | 76 | 126 | 25 | 37 |
| Binary | 1010010 | 1100001 | 111111 | 1111 | 0 | 100011 | 111110 | 1010110 | 10101 | 11111 |
Color Harmonies of #52613F
Complementary color
Monochromatic Colors of #52613F
Black with #52613F
Text Example
Text Example
White with #52613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52613F; }
p { color: rgb(82,97,63); }
H1.HeaderClassName
{
color: #52613F;
}
.AnyTagClassName
{
color: #52613F;
}
</style>
background-color css
<style>
a { background-color: #52613F; }
a { background-color: rgb(82,97,63); }
div.DivClassName
{
background-color: #52613F;
}
.BgClassName
{
background-color: #52613F;
}
</style>
border-color css
<style>
span { border-color: #52613F; }
span { border-color: rgb(82,97,63); }
td.TdClassName
{
border-color: #52613F;
}
.TagClassName
{
border-color: #52613F;
}
</style>