Shades of Dark Olive Green #52612E
Tints of Dark Olive Green #52612E
RGB
CMYK
RGB Variations
Color information
#52612E (or 0x52612E) is known color: Dark Olive Green. HEX triplet: 52, 61 and 2E. RGB value is (82,97,46). Sum of RGB (Red+Green+Blue) = 82+97+46=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #52612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52612E is #AD9ED1. Grayscale: #565656. Windows color (decimal): -11378386 or 3039570. OLE color: 3039570.
HSL color Cylindrical-coordinate representation of color #52612E: hue angle of 77.65º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52612E is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 46 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.62 |
| HSL | 77.65º | 0.36% | 0.28% | - |
| HSV(B) | 77.65º | 0.53% | 0.38% | - |
| XYZ | 8.25 | 10.54 | 4.18 | - |
| YUV | 86.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 46 | 0.15 | 0 | 0.53 | 0.62 | 77.65 | 0.36 | 0.28 |
| Hex | 52 | 61 | 2E | F | 0 | 35 | 3E | 4E | 24 | 1C |
| Octal | 122 | 141 | 56 | 17 | 0 | 65 | 76 | 116 | 44 | 34 |
| Binary | 1010010 | 1100001 | 101110 | 1111 | 0 | 110101 | 111110 | 1001110 | 100100 | 11100 |
Color Harmonies of #52612E
Complementary color
Monochromatic Colors of #52612E
Black with #52612E
Text Example
Text Example
White with #52612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52612E; }
p { color: rgb(82,97,46); }
H1.HeaderClassName
{
color: #52612E;
}
.AnyTagClassName
{
color: #52612E;
}
</style>
background-color css
<style>
a { background-color: #52612E; }
a { background-color: rgb(82,97,46); }
div.DivClassName
{
background-color: #52612E;
}
.BgClassName
{
background-color: #52612E;
}
</style>
border-color css
<style>
span { border-color: #52612E; }
span { border-color: rgb(82,97,46); }
td.TdClassName
{
border-color: #52612E;
}
.TagClassName
{
border-color: #52612E;
}
</style>