Shades of Army green #565410
Tints of Army green #565410
RGB
CMYK
RGB Variations
Color information
#565410 (or 0x565410) is known color: Army green. HEX triplet: 56, 54 and 10. RGB value is (86,84,16). Sum of RGB (Red+Green+Blue) = 86+84+16=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #565410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565410 is #A9ABEF. Grayscale: #4D4D4D. Windows color (decimal): -11119600 or 1070166. OLE color: 1070166.
HSL color Cylindrical-coordinate representation of color #565410: hue angle of 58.29º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #565410 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 16 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.66 |
| HSL | 58.29º | 0.69% | 0.2% | - |
| HSV(B) | 58.29º | 0.81% | 0.34% | - |
| XYZ | 7.1 | 8.36 | 1.73 | - |
| YUV | 76.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 16 | 0 | 0.02 | 0.81 | 0.66 | 58.29 | 0.69 | 0.2 |
| Hex | 56 | 54 | 10 | 0 | 2 | 51 | 42 | 3A | 45 | 14 |
| Octal | 126 | 124 | 20 | 0 | 2 | 121 | 102 | 72 | 105 | 24 |
| Binary | 1010110 | 1010100 | 10000 | 0 | 10 | 1010001 | 1000010 | 111010 | 1000101 | 10100 |
Color Harmonies of #565410
Complementary color
Monochromatic Colors of #565410
Black with #565410
Text Example
Text Example
White with #565410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565410; }
p { color: rgb(86,84,16); }
H1.HeaderClassName
{
color: #565410;
}
.AnyTagClassName
{
color: #565410;
}
</style>
background-color css
<style>
a { background-color: #565410; }
a { background-color: rgb(86,84,16); }
div.DivClassName
{
background-color: #565410;
}
.BgClassName
{
background-color: #565410;
}
</style>
border-color css
<style>
span { border-color: #565410; }
span { border-color: rgb(86,84,16); }
td.TdClassName
{
border-color: #565410;
}
.TagClassName
{
border-color: #565410;
}
</style>