Shades of Dark Olive Green #526228
Tints of Dark Olive Green #526228
RGB
CMYK
RGB Variations
Color information
#526228 (or 0x526228) is known color: Dark Olive Green. HEX triplet: 52, 62 and 28. RGB value is (82,98,40). Sum of RGB (Red+Green+Blue) = 82+98+40=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #526228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526228 is #AD9DD7. Grayscale: #565656. Windows color (decimal): -11378136 or 2646610. OLE color: 2646610.
HSL color Cylindrical-coordinate representation of color #526228: hue angle of 76.55º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526228 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 40 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.62 |
| HSL | 76.55º | 0.42% | 0.27% | - |
| HSV(B) | 76.55º | 0.59% | 0.38% | - |
| XYZ | 8.23 | 10.68 | 3.64 | - |
| YUV | 86.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 40 | 0.16 | 0 | 0.59 | 0.62 | 76.55 | 0.42 | 0.27 |
| Hex | 52 | 62 | 28 | 10 | 0 | 3B | 3E | 4D | 2A | 1B |
| Octal | 122 | 142 | 50 | 20 | 0 | 73 | 76 | 115 | 52 | 33 |
| Binary | 1010010 | 1100010 | 101000 | 10000 | 0 | 111011 | 111110 | 1001101 | 101010 | 11011 |
Color Harmonies of #526228
Complementary color
Monochromatic Colors of #526228
Black with #526228
Text Example
Text Example
White with #526228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526228; }
p { color: rgb(82,98,40); }
H1.HeaderClassName
{
color: #526228;
}
.AnyTagClassName
{
color: #526228;
}
</style>
background-color css
<style>
a { background-color: #526228; }
a { background-color: rgb(82,98,40); }
div.DivClassName
{
background-color: #526228;
}
.BgClassName
{
background-color: #526228;
}
</style>
border-color css
<style>
span { border-color: #526228; }
span { border-color: rgb(82,98,40); }
td.TdClassName
{
border-color: #526228;
}
.TagClassName
{
border-color: #526228;
}
</style>