Shades of Dark Olive Green #556637
Tints of Dark Olive Green #556637
RGB
CMYK
RGB Variations
Color information
#556637 (or 0x556637) is known color: Dark Olive Green. HEX triplet: 55, 66 and 37. RGB value is (85,102,55). Sum of RGB (Red+Green+Blue) = 85+102+55=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #556637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556637 is #AA99C8. Grayscale: #5B5B5B. Windows color (decimal): -11180489 or 3630677. OLE color: 3630677.
HSL color Cylindrical-coordinate representation of color #556637: hue angle of 81.7º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556637 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 55 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.6 |
| HSL | 81.7º | 0.3% | 0.31% | - |
| HSV(B) | 81.7º | 0.46% | 0.4% | - |
| XYZ | 9.19 | 11.71 | 5.39 | - |
| YUV | 91.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 55 | 0.17 | 0 | 0.46 | 0.6 | 81.7 | 0.3 | 0.31 |
| Hex | 55 | 66 | 37 | 11 | 0 | 2E | 3C | 52 | 1E | 1F |
| Octal | 125 | 146 | 67 | 21 | 0 | 56 | 74 | 122 | 36 | 37 |
| Binary | 1010101 | 1100110 | 110111 | 10001 | 0 | 101110 | 111100 | 1010010 | 11110 | 11111 |
Color Harmonies of #556637
Complementary color
Monochromatic Colors of #556637
Black with #556637
Text Example
Text Example
White with #556637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556637; }
p { color: rgb(85,102,55); }
H1.HeaderClassName
{
color: #556637;
}
.AnyTagClassName
{
color: #556637;
}
</style>
background-color css
<style>
a { background-color: #556637; }
a { background-color: rgb(85,102,55); }
div.DivClassName
{
background-color: #556637;
}
.BgClassName
{
background-color: #556637;
}
</style>
border-color css
<style>
span { border-color: #556637; }
span { border-color: rgb(85,102,55); }
td.TdClassName
{
border-color: #556637;
}
.TagClassName
{
border-color: #556637;
}
</style>