Shades of Dark Olive Green #556638
Tints of Dark Olive Green #556638
RGB
CMYK
RGB Variations
Color information
#556638 (or 0x556638) is known color: Dark Olive Green. HEX triplet: 55, 66 and 38. RGB value is (85,102,56). Sum of RGB (Red+Green+Blue) = 85+102+56=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #556638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556638 is #AA99C7. Grayscale: #5B5B5B. Windows color (decimal): -11180488 or 3696213. OLE color: 3696213.
HSL color Cylindrical-coordinate representation of color #556638: hue angle of 82.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556638 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 56 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.6 |
| HSL | 82.17º | 0.29% | 0.31% | - |
| HSV(B) | 82.17º | 0.45% | 0.4% | - |
| XYZ | 9.21 | 11.72 | 5.52 | - |
| YUV | 91.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 56 | 0.17 | 0 | 0.45 | 0.6 | 82.17 | 0.29 | 0.31 |
| Hex | 55 | 66 | 38 | 11 | 0 | 2D | 3C | 52 | 1D | 1F |
| Octal | 125 | 146 | 70 | 21 | 0 | 55 | 74 | 122 | 35 | 37 |
| Binary | 1010101 | 1100110 | 111000 | 10001 | 0 | 101101 | 111100 | 1010010 | 11101 | 11111 |
Color Harmonies of #556638
Complementary color
Monochromatic Colors of #556638
Black with #556638
Text Example
Text Example
White with #556638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556638; }
p { color: rgb(85,102,56); }
H1.HeaderClassName
{
color: #556638;
}
.AnyTagClassName
{
color: #556638;
}
</style>
background-color css
<style>
a { background-color: #556638; }
a { background-color: rgb(85,102,56); }
div.DivClassName
{
background-color: #556638;
}
.BgClassName
{
background-color: #556638;
}
</style>
border-color css
<style>
span { border-color: #556638; }
span { border-color: rgb(85,102,56); }
td.TdClassName
{
border-color: #556638;
}
.TagClassName
{
border-color: #556638;
}
</style>