Shades of Army green #565416
Tints of Army green #565416
RGB
CMYK
RGB Variations
Color information
#565416 (or 0x565416) is known color: Army green. HEX triplet: 56, 54 and 16. RGB value is (86,84,22). Sum of RGB (Red+Green+Blue) = 86+84+22=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #565416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565416 is #A9ABE9. Grayscale: #4D4D4D. Windows color (decimal): -11119594 or 1463382. OLE color: 1463382.
HSL color Cylindrical-coordinate representation of color #565416: hue angle of 58.12º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #565416 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 22 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.66 |
| HSL | 58.13º | 0.59% | 0.21% | - |
| HSV(B) | 58.13º | 0.74% | 0.34% | - |
| XYZ | 7.15 | 8.38 | 2 | - |
| YUV | 77.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 22 | 0 | 0.02 | 0.74 | 0.66 | 58.13 | 0.59 | 0.21 |
| Hex | 56 | 54 | 16 | 0 | 2 | 4A | 42 | 3A | 3B | 15 |
| Octal | 126 | 124 | 26 | 0 | 2 | 112 | 102 | 72 | 73 | 25 |
| Binary | 1010110 | 1010100 | 10110 | 0 | 10 | 1001010 | 1000010 | 111010 | 111011 | 10101 |
Color Harmonies of #565416
Complementary color
Monochromatic Colors of #565416
Black with #565416
Text Example
Text Example
White with #565416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565416; }
p { color: rgb(86,84,22); }
H1.HeaderClassName
{
color: #565416;
}
.AnyTagClassName
{
color: #565416;
}
</style>
background-color css
<style>
a { background-color: #565416; }
a { background-color: rgb(86,84,22); }
div.DivClassName
{
background-color: #565416;
}
.BgClassName
{
background-color: #565416;
}
</style>
border-color css
<style>
span { border-color: #565416; }
span { border-color: rgb(86,84,22); }
td.TdClassName
{
border-color: #565416;
}
.TagClassName
{
border-color: #565416;
}
</style>