Shades of Dark Olive Green #526526
Tints of Dark Olive Green #526526
RGB
CMYK
RGB Variations
Color information
#526526 (or 0x526526) is known color: Dark Olive Green. HEX triplet: 52, 65 and 26. RGB value is (82,101,38). Sum of RGB (Red+Green+Blue) = 82+101+38=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #526526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526526 is #AD9AD9. Grayscale: #585858. Windows color (decimal): -11377370 or 2516306. OLE color: 2516306.
HSL color Cylindrical-coordinate representation of color #526526: hue angle of 78.1º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526526 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 38 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.60 |
| HSL | 78.1º | 0.45% | 0.27% | - |
| HSV(B) | 78.1º | 0.62% | 0.4% | - |
| XYZ | 8.48 | 11.24 | 3.56 | - |
| YUV | 88.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 38 | 0.19 | 0 | 0.62 | 0.60 | 78.1 | 0.45 | 0.27 |
| Hex | 52 | 65 | 26 | 13 | 0 | 3E | 3C | 4E | 2D | 1B |
| Octal | 122 | 145 | 46 | 23 | 0 | 76 | 74 | 116 | 55 | 33 |
| Binary | 1010010 | 1100101 | 100110 | 10011 | 0 | 111110 | 111100 | 1001110 | 101101 | 11011 |
Color Harmonies of #526526
Complementary color
Monochromatic Colors of #526526
Black with #526526
Text Example
Text Example
White with #526526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526526; }
p { color: rgb(82,101,38); }
H1.HeaderClassName
{
color: #526526;
}
.AnyTagClassName
{
color: #526526;
}
</style>
background-color css
<style>
a { background-color: #526526; }
a { background-color: rgb(82,101,38); }
div.DivClassName
{
background-color: #526526;
}
.BgClassName
{
background-color: #526526;
}
</style>
border-color css
<style>
span { border-color: #526526; }
span { border-color: rgb(82,101,38); }
td.TdClassName
{
border-color: #526526;
}
.TagClassName
{
border-color: #526526;
}
</style>