Shades of Dark Olive Green #556333
Tints of Dark Olive Green #556333
RGB
CMYK
RGB Variations
Color information
#556333 (or 0x556333) is known color: Dark Olive Green. HEX triplet: 55, 63 and 33. RGB value is (85,99,51). Sum of RGB (Red+Green+Blue) = 85+99+51=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #556333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556333 is #AA9CCC. Grayscale: #595959. Windows color (decimal): -11181261 or 3367765. OLE color: 3367765.
HSL color Cylindrical-coordinate representation of color #556333: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556333 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 51 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.61 |
| HSL | 77.5º | 0.32% | 0.29% | - |
| HSV(B) | 77.5º | 0.48% | 0.39% | - |
| XYZ | 8.81 | 11.09 | 4.81 | - |
| YUV | 89.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 51 | 0.14 | 0 | 0.48 | 0.61 | 77.5 | 0.32 | 0.29 |
| Hex | 55 | 63 | 33 | E | 0 | 30 | 3D | 4E | 20 | 1D |
| Octal | 125 | 143 | 63 | 16 | 0 | 60 | 75 | 116 | 40 | 35 |
| Binary | 1010101 | 1100011 | 110011 | 1110 | 0 | 110000 | 111101 | 1001110 | 100000 | 11101 |
Color Harmonies of #556333
Complementary color
Monochromatic Colors of #556333
Black with #556333
Text Example
Text Example
White with #556333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556333; }
p { color: rgb(85,99,51); }
H1.HeaderClassName
{
color: #556333;
}
.AnyTagClassName
{
color: #556333;
}
</style>
background-color css
<style>
a { background-color: #556333; }
a { background-color: rgb(85,99,51); }
div.DivClassName
{
background-color: #556333;
}
.BgClassName
{
background-color: #556333;
}
</style>
border-color css
<style>
span { border-color: #556333; }
span { border-color: rgb(85,99,51); }
td.TdClassName
{
border-color: #556333;
}
.TagClassName
{
border-color: #556333;
}
</style>