Shades of Dark Olive Green #556532
Tints of Dark Olive Green #556532
RGB
CMYK
RGB Variations
Color information
#556532 (or 0x556532) is known color: Dark Olive Green. HEX triplet: 55, 65 and 32. RGB value is (85,101,50). Sum of RGB (Red+Green+Blue) = 85+101+50=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #556532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556532 is #AA9ACD. Grayscale: #5A5A5A. Windows color (decimal): -11180750 or 3302741. OLE color: 3302741.
HSL color Cylindrical-coordinate representation of color #556532: hue angle of 78.82º degrees, saturation: 0.34, 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 #556532 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 50 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.60 |
| HSL | 78.82º | 0.34% | 0.3% | - |
| HSV(B) | 78.82º | 0.5% | 0.4% | - |
| XYZ | 8.98 | 11.47 | 4.76 | - |
| YUV | 90.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 50 | 0.16 | 0 | 0.50 | 0.60 | 78.82 | 0.34 | 0.3 |
| Hex | 55 | 65 | 32 | 10 | 0 | 32 | 3C | 4F | 22 | 1E |
| Octal | 125 | 145 | 62 | 20 | 0 | 62 | 74 | 117 | 42 | 36 |
| Binary | 1010101 | 1100101 | 110010 | 10000 | 0 | 110010 | 111100 | 1001111 | 100010 | 11110 |
Color Harmonies of #556532
Complementary color
Monochromatic Colors of #556532
Black with #556532
Text Example
Text Example
White with #556532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556532; }
p { color: rgb(85,101,50); }
H1.HeaderClassName
{
color: #556532;
}
.AnyTagClassName
{
color: #556532;
}
</style>
background-color css
<style>
a { background-color: #556532; }
a { background-color: rgb(85,101,50); }
div.DivClassName
{
background-color: #556532;
}
.BgClassName
{
background-color: #556532;
}
</style>
border-color css
<style>
span { border-color: #556532; }
span { border-color: rgb(85,101,50); }
td.TdClassName
{
border-color: #556532;
}
.TagClassName
{
border-color: #556532;
}
</style>