Shades of Dark Olive Green #556839
Tints of Dark Olive Green #556839
RGB
CMYK
RGB Variations
Color information
#556839 (or 0x556839) is known color: Dark Olive Green. HEX triplet: 55, 68 and 39. RGB value is (85,104,57). Sum of RGB (Red+Green+Blue) = 85+104+57=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #556839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556839 is #AA97C6. Grayscale: #5D5D5D. Windows color (decimal): -11179975 or 3762261. OLE color: 3762261.
HSL color Cylindrical-coordinate representation of color #556839: hue angle of 84.26º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556839 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 57 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.59 |
| HSL | 84.26º | 0.29% | 0.32% | - |
| HSV(B) | 84.26º | 0.45% | 0.41% | - |
| XYZ | 9.44 | 12.13 | 5.71 | - |
| YUV | 92.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 57 | 0.18 | 0 | 0.45 | 0.59 | 84.26 | 0.29 | 0.32 |
| Hex | 55 | 68 | 39 | 12 | 0 | 2D | 3B | 54 | 1D | 20 |
| Octal | 125 | 150 | 71 | 22 | 0 | 55 | 73 | 124 | 35 | 40 |
| Binary | 1010101 | 1101000 | 111001 | 10010 | 0 | 101101 | 111011 | 1010100 | 11101 | 100000 |
Color Harmonies of #556839
Complementary color
Monochromatic Colors of #556839
Black with #556839
Text Example
Text Example
White with #556839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556839; }
p { color: rgb(85,104,57); }
H1.HeaderClassName
{
color: #556839;
}
.AnyTagClassName
{
color: #556839;
}
</style>
background-color css
<style>
a { background-color: #556839; }
a { background-color: rgb(85,104,57); }
div.DivClassName
{
background-color: #556839;
}
.BgClassName
{
background-color: #556839;
}
</style>
border-color css
<style>
span { border-color: #556839; }
span { border-color: rgb(85,104,57); }
td.TdClassName
{
border-color: #556839;
}
.TagClassName
{
border-color: #556839;
}
</style>