Shades of Dark Olive Green #526432
Tints of Dark Olive Green #526432
RGB
CMYK
RGB Variations
Color information
#526432 (or 0x526432) is known color: Dark Olive Green. HEX triplet: 52, 64 and 32. RGB value is (82,100,50). Sum of RGB (Red+Green+Blue) = 82+100+50=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #526432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526432 is #AD9BCD. Grayscale: #595959. Windows color (decimal): -11377614 or 3302482. OLE color: 3302482.
HSL color Cylindrical-coordinate representation of color #526432: hue angle of 81.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526432 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 50 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.61 |
| HSL | 81.6º | 0.33% | 0.29% | - |
| HSV(B) | 81.6º | 0.5% | 0.39% | - |
| XYZ | 8.61 | 11.14 | 4.71 | - |
| YUV | 88.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 50 | 0.18 | 0 | 0.50 | 0.61 | 81.6 | 0.33 | 0.29 |
| Hex | 52 | 64 | 32 | 12 | 0 | 32 | 3D | 52 | 21 | 1D |
| Octal | 122 | 144 | 62 | 22 | 0 | 62 | 75 | 122 | 41 | 35 |
| Binary | 1010010 | 1100100 | 110010 | 10010 | 0 | 110010 | 111101 | 1010010 | 100001 | 11101 |
Color Harmonies of #526432
Complementary color
Monochromatic Colors of #526432
Black with #526432
Text Example
Text Example
White with #526432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526432; }
p { color: rgb(82,100,50); }
H1.HeaderClassName
{
color: #526432;
}
.AnyTagClassName
{
color: #526432;
}
</style>
background-color css
<style>
a { background-color: #526432; }
a { background-color: rgb(82,100,50); }
div.DivClassName
{
background-color: #526432;
}
.BgClassName
{
background-color: #526432;
}
</style>
border-color css
<style>
span { border-color: #526432; }
span { border-color: rgb(82,100,50); }
td.TdClassName
{
border-color: #526432;
}
.TagClassName
{
border-color: #526432;
}
</style>