Shades of Dark Olive Green #52602E
Tints of Dark Olive Green #52602E
RGB
CMYK
RGB Variations
Color information
#52602E (or 0x52602E) is known color: Dark Olive Green. HEX triplet: 52, 60 and 2E. RGB value is (82,96,46). Sum of RGB (Red+Green+Blue) = 82+96+46=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #52602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52602E is #AD9FD1. Grayscale: #565656. Windows color (decimal): -11378642 or 3039314. OLE color: 3039314.
HSL color Cylindrical-coordinate representation of color #52602E: hue angle of 76.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52602E is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 46 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.62 |
| HSL | 76.8º | 0.35% | 0.28% | - |
| HSV(B) | 76.8º | 0.52% | 0.38% | - |
| XYZ | 8.16 | 10.36 | 4.15 | - |
| YUV | 86.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 46 | 0.15 | 0 | 0.52 | 0.62 | 76.8 | 0.35 | 0.28 |
| Hex | 52 | 60 | 2E | F | 0 | 34 | 3E | 4D | 23 | 1C |
| Octal | 122 | 140 | 56 | 17 | 0 | 64 | 76 | 115 | 43 | 34 |
| Binary | 1010010 | 1100000 | 101110 | 1111 | 0 | 110100 | 111110 | 1001101 | 100011 | 11100 |
Color Harmonies of #52602E
Complementary color
Monochromatic Colors of #52602E
Black with #52602E
Text Example
Text Example
White with #52602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52602E; }
p { color: rgb(82,96,46); }
H1.HeaderClassName
{
color: #52602E;
}
.AnyTagClassName
{
color: #52602E;
}
</style>
background-color css
<style>
a { background-color: #52602E; }
a { background-color: rgb(82,96,46); }
div.DivClassName
{
background-color: #52602E;
}
.BgClassName
{
background-color: #52602E;
}
</style>
border-color css
<style>
span { border-color: #52602E; }
span { border-color: rgb(82,96,46); }
td.TdClassName
{
border-color: #52602E;
}
.TagClassName
{
border-color: #52602E;
}
</style>