Shades of Dark Olive Green #526533
Tints of Dark Olive Green #526533
RGB
CMYK
RGB Variations
Color information
#526533 (or 0x526533) is known color: Dark Olive Green. HEX triplet: 52, 65 and 33. RGB value is (82,101,51). Sum of RGB (Red+Green+Blue) = 82+101+51=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #526533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526533 is #AD9ACC. Grayscale: #595959. Windows color (decimal): -11377357 or 3368274. OLE color: 3368274.
HSL color Cylindrical-coordinate representation of color #526533: hue angle of 82.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526533 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 51 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.60 |
| HSL | 82.8º | 0.33% | 0.3% | - |
| HSV(B) | 82.8º | 0.5% | 0.4% | - |
| XYZ | 8.73 | 11.34 | 4.86 | - |
| YUV | 89.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 51 | 0.19 | 0 | 0.50 | 0.60 | 82.8 | 0.33 | 0.3 |
| Hex | 52 | 65 | 33 | 13 | 0 | 32 | 3C | 53 | 21 | 1E |
| Octal | 122 | 145 | 63 | 23 | 0 | 62 | 74 | 123 | 41 | 36 |
| Binary | 1010010 | 1100101 | 110011 | 10011 | 0 | 110010 | 111100 | 1010011 | 100001 | 11110 |
Color Harmonies of #526533
Complementary color
Monochromatic Colors of #526533
Black with #526533
Text Example
Text Example
White with #526533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526533; }
p { color: rgb(82,101,51); }
H1.HeaderClassName
{
color: #526533;
}
.AnyTagClassName
{
color: #526533;
}
</style>
background-color css
<style>
a { background-color: #526533; }
a { background-color: rgb(82,101,51); }
div.DivClassName
{
background-color: #526533;
}
.BgClassName
{
background-color: #526533;
}
</style>
border-color css
<style>
span { border-color: #526533; }
span { border-color: rgb(82,101,51); }
td.TdClassName
{
border-color: #526533;
}
.TagClassName
{
border-color: #526533;
}
</style>