Shades of Army green #565611
Tints of Army green #565611
RGB
CMYK
RGB Variations
Color information
#565611 (or 0x565611) is known color: Army green. HEX triplet: 56, 56 and 11. RGB value is (86,86,17). Sum of RGB (Red+Green+Blue) = 86+86+17=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565611 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565611 is #A9A9EE. Grayscale: #4E4E4E. Windows color (decimal): -11119087 or 1136214. OLE color: 1136214.
HSL color Cylindrical-coordinate representation of color #565611: hue angle of 60º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565611 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 86 | 17 | - |
| CMYK | 0 | 0 | 0.80 | 0.66 |
| HSL | 60º | 0.67% | 0.2% | - |
| HSV(B) | 60º | 0.8% | 0.34% | - |
| XYZ | 7.27 | 8.67 | 1.82 | - |
| YUV | 78.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 17 | 0 | 0 | 0.80 | 0.66 | 60 | 0.67 | 0.2 |
| Hex | 56 | 56 | 11 | 0 | 0 | 50 | 42 | 3C | 43 | 14 |
| Octal | 126 | 126 | 21 | 0 | 0 | 120 | 102 | 74 | 103 | 24 |
| Binary | 1010110 | 1010110 | 10001 | 0 | 0 | 1010000 | 1000010 | 111100 | 1000011 | 10100 |
Color Harmonies of #565611
Complementary color
Monochromatic Colors of #565611
Black with #565611
Text Example
Text Example
White with #565611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565611; }
p { color: rgb(86,86,17); }
H1.HeaderClassName
{
color: #565611;
}
.AnyTagClassName
{
color: #565611;
}
</style>
background-color css
<style>
a { background-color: #565611; }
a { background-color: rgb(86,86,17); }
div.DivClassName
{
background-color: #565611;
}
.BgClassName
{
background-color: #565611;
}
</style>
border-color css
<style>
span { border-color: #565611; }
span { border-color: rgb(86,86,17); }
td.TdClassName
{
border-color: #565611;
}
.TagClassName
{
border-color: #565611;
}
</style>