Shades of Army green #565511
Tints of Army green #565511
RGB
CMYK
RGB Variations
Color information
#565511 (or 0x565511) is known color: Army green. HEX triplet: 56, 55 and 11. RGB value is (86,85,17). Sum of RGB (Red+Green+Blue) = 86+85+17=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #565511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565511 is #A9AAEE. Grayscale: #4D4D4D. Windows color (decimal): -11119343 or 1135958. OLE color: 1135958.
HSL color Cylindrical-coordinate representation of color #565511: hue angle of 59.13º 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 #565511 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 17 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.66 |
| HSL | 59.13º | 0.67% | 0.2% | - |
| HSV(B) | 59.13º | 0.8% | 0.34% | - |
| XYZ | 7.19 | 8.52 | 1.8 | - |
| YUV | 77.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 17 | 0 | 0.01 | 0.80 | 0.66 | 59.13 | 0.67 | 0.2 |
| Hex | 56 | 55 | 11 | 0 | 1 | 50 | 42 | 3B | 43 | 14 |
| Octal | 126 | 125 | 21 | 0 | 1 | 120 | 102 | 73 | 103 | 24 |
| Binary | 1010110 | 1010101 | 10001 | 0 | 1 | 1010000 | 1000010 | 111011 | 1000011 | 10100 |
Color Harmonies of #565511
Complementary color
Monochromatic Colors of #565511
Black with #565511
Text Example
Text Example
White with #565511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565511; }
p { color: rgb(86,85,17); }
H1.HeaderClassName
{
color: #565511;
}
.AnyTagClassName
{
color: #565511;
}
</style>
background-color css
<style>
a { background-color: #565511; }
a { background-color: rgb(86,85,17); }
div.DivClassName
{
background-color: #565511;
}
.BgClassName
{
background-color: #565511;
}
</style>
border-color css
<style>
span { border-color: #565511; }
span { border-color: rgb(86,85,17); }
td.TdClassName
{
border-color: #565511;
}
.TagClassName
{
border-color: #565511;
}
</style>