Shades of Lunar Green #52613A
Tints of Lunar Green #52613A
RGB
CMYK
RGB Variations
Color information
#52613A (or 0x52613A) is known color: Lunar Green. HEX triplet: 52, 61 and 3A. RGB value is (82,97,58). Sum of RGB (Red+Green+Blue) = 82+97+58=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #52613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52613A is #AD9EC5. Grayscale: #585858. Windows color (decimal): -11378374 or 3826002. OLE color: 3826002.
HSL color Cylindrical-coordinate representation of color #52613A: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52613A is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 58 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.62 |
| HSL | 83.08º | 0.25% | 0.3% | - |
| HSV(B) | 83.08º | 0.4% | 0.38% | - |
| XYZ | 8.52 | 10.65 | 5.61 | - |
| YUV | 88.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 58 | 0.15 | 0 | 0.40 | 0.62 | 83.08 | 0.25 | 0.3 |
| Hex | 52 | 61 | 3A | F | 0 | 28 | 3E | 53 | 19 | 1E |
| Octal | 122 | 141 | 72 | 17 | 0 | 50 | 76 | 123 | 31 | 36 |
| Binary | 1010010 | 1100001 | 111010 | 1111 | 0 | 101000 | 111110 | 1010011 | 11001 | 11110 |
Color Harmonies of #52613A
Complementary color
Monochromatic Colors of #52613A
Black with #52613A
Text Example
Text Example
White with #52613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52613A; }
p { color: rgb(82,97,58); }
H1.HeaderClassName
{
color: #52613A;
}
.AnyTagClassName
{
color: #52613A;
}
</style>
background-color css
<style>
a { background-color: #52613A; }
a { background-color: rgb(82,97,58); }
div.DivClassName
{
background-color: #52613A;
}
.BgClassName
{
background-color: #52613A;
}
</style>
border-color css
<style>
span { border-color: #52613A; }
span { border-color: rgb(82,97,58); }
td.TdClassName
{
border-color: #52613A;
}
.TagClassName
{
border-color: #52613A;
}
</style>