Shades of Dark Olive Green #52622C
Tints of Dark Olive Green #52622C
RGB
CMYK
RGB Variations
Color information
#52622C (or 0x52622C) is known color: Dark Olive Green. HEX triplet: 52, 62 and 2C. RGB value is (82,98,44). Sum of RGB (Red+Green+Blue) = 82+98+44=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #52622C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52622C is #AD9DD3. Grayscale: #575757. Windows color (decimal): -11378132 or 2908754. OLE color: 2908754.
HSL color Cylindrical-coordinate representation of color #52622C: hue angle of 77.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52622C is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 44 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.62 |
| HSL | 77.78º | 0.38% | 0.28% | - |
| HSV(B) | 77.78º | 0.55% | 0.38% | - |
| XYZ | 8.3 | 10.71 | 4.01 | - |
| YUV | 87.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 44 | 0.16 | 0 | 0.55 | 0.62 | 77.78 | 0.38 | 0.28 |
| Hex | 52 | 62 | 2C | 10 | 0 | 37 | 3E | 4E | 26 | 1C |
| Octal | 122 | 142 | 54 | 20 | 0 | 67 | 76 | 116 | 46 | 34 |
| Binary | 1010010 | 1100010 | 101100 | 10000 | 0 | 110111 | 111110 | 1001110 | 100110 | 11100 |
Color Harmonies of #52622C
Complementary color
Monochromatic Colors of #52622C
Black with #52622C
Text Example
Text Example
White with #52622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52622C; }
p { color: rgb(82,98,44); }
H1.HeaderClassName
{
color: #52622C;
}
.AnyTagClassName
{
color: #52622C;
}
</style>
background-color css
<style>
a { background-color: #52622C; }
a { background-color: rgb(82,98,44); }
div.DivClassName
{
background-color: #52622C;
}
.BgClassName
{
background-color: #52622C;
}
</style>
border-color css
<style>
span { border-color: #52622C; }
span { border-color: rgb(82,98,44); }
td.TdClassName
{
border-color: #52622C;
}
.TagClassName
{
border-color: #52622C;
}
</style>