Shades of Dark Olive Green #556433
Tints of Dark Olive Green #556433
RGB
CMYK
RGB Variations
Color information
#556433 (or 0x556433) is known color: Dark Olive Green. HEX triplet: 55, 64 and 33. RGB value is (85,100,51). Sum of RGB (Red+Green+Blue) = 85+100+51=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #556433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556433 is #AA9BCC. Grayscale: #5A5A5A. Windows color (decimal): -11181005 or 3368021. OLE color: 3368021.
HSL color Cylindrical-coordinate representation of color #556433: hue angle of 78.37º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #556433 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 51 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.61 |
| HSL | 78.37º | 0.32% | 0.3% | - |
| HSV(B) | 78.37º | 0.49% | 0.39% | - |
| XYZ | 8.9 | 11.28 | 4.84 | - |
| YUV | 89.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 51 | 0.15 | 0 | 0.49 | 0.61 | 78.37 | 0.32 | 0.3 |
| Hex | 55 | 64 | 33 | F | 0 | 31 | 3D | 4E | 20 | 1E |
| Octal | 125 | 144 | 63 | 17 | 0 | 61 | 75 | 116 | 40 | 36 |
| Binary | 1010101 | 1100100 | 110011 | 1111 | 0 | 110001 | 111101 | 1001110 | 100000 | 11110 |
Color Harmonies of #556433
Complementary color
Monochromatic Colors of #556433
Black with #556433
Text Example
Text Example
White with #556433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556433; }
p { color: rgb(85,100,51); }
H1.HeaderClassName
{
color: #556433;
}
.AnyTagClassName
{
color: #556433;
}
</style>
background-color css
<style>
a { background-color: #556433; }
a { background-color: rgb(85,100,51); }
div.DivClassName
{
background-color: #556433;
}
.BgClassName
{
background-color: #556433;
}
</style>
border-color css
<style>
span { border-color: #556433; }
span { border-color: rgb(85,100,51); }
td.TdClassName
{
border-color: #556433;
}
.TagClassName
{
border-color: #556433;
}
</style>