Shades of Dark Olive Green #52622F
Tints of Dark Olive Green #52622F
RGB
CMYK
RGB Variations
Color information
#52622F (or 0x52622F) is known color: Dark Olive Green. HEX triplet: 52, 62 and 2F. RGB value is (82,98,47). Sum of RGB (Red+Green+Blue) = 82+98+47=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #52622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622F is #AD9DD0. Grayscale: #575757. Windows color (decimal): -11378129 or 3105362. OLE color: 3105362.
HSL color Cylindrical-coordinate representation of color #52622F: hue angle of 78.82º 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 #52622F is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 47 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.62 |
| HSL | 78.82º | 0.35% | 0.28% | - |
| HSV(B) | 78.82º | 0.52% | 0.38% | - |
| XYZ | 8.36 | 10.73 | 4.32 | - |
| YUV | 87.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 47 | 0.16 | 0 | 0.52 | 0.62 | 78.82 | 0.35 | 0.28 |
| Hex | 52 | 62 | 2F | 10 | 0 | 34 | 3E | 4F | 23 | 1C |
| Octal | 122 | 142 | 57 | 20 | 0 | 64 | 76 | 117 | 43 | 34 |
| Binary | 1010010 | 1100010 | 101111 | 10000 | 0 | 110100 | 111110 | 1001111 | 100011 | 11100 |
Color Harmonies of #52622F
Complementary color
Monochromatic Colors of #52622F
Black with #52622F
Text Example
Text Example
White with #52622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52622F; }
p { color: rgb(82,98,47); }
H1.HeaderClassName
{
color: #52622F;
}
.AnyTagClassName
{
color: #52622F;
}
</style>
background-color css
<style>
a { background-color: #52622F; }
a { background-color: rgb(82,98,47); }
div.DivClassName
{
background-color: #52622F;
}
.BgClassName
{
background-color: #52622F;
}
</style>
border-color css
<style>
span { border-color: #52622F; }
span { border-color: rgb(82,98,47); }
td.TdClassName
{
border-color: #52622F;
}
.TagClassName
{
border-color: #52622F;
}
</style>