Shades of Army green #565413
Tints of Army green #565413
RGB
CMYK
RGB Variations
Color information
#565413 (or 0x565413) is known color: Army green. HEX triplet: 56, 54 and 13. RGB value is (86,84,19). Sum of RGB (Red+Green+Blue) = 86+84+19=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565413 is #A9ABEC. Grayscale: #4D4D4D. Windows color (decimal): -11119597 or 1266774. OLE color: 1266774.
HSL color Cylindrical-coordinate representation of color #565413: hue angle of 58.21º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #565413 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 19 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.66 |
| HSL | 58.21º | 0.64% | 0.21% | - |
| HSV(B) | 58.21º | 0.78% | 0.34% | - |
| XYZ | 7.13 | 8.37 | 1.86 | - |
| YUV | 77.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 19 | 0 | 0.02 | 0.78 | 0.66 | 58.21 | 0.64 | 0.21 |
| Hex | 56 | 54 | 13 | 0 | 2 | 4E | 42 | 3A | 40 | 15 |
| Octal | 126 | 124 | 23 | 0 | 2 | 116 | 102 | 72 | 100 | 25 |
| Binary | 1010110 | 1010100 | 10011 | 0 | 10 | 1001110 | 1000010 | 111010 | 1000000 | 10101 |
Color Harmonies of #565413
Complementary color
Monochromatic Colors of #565413
Black with #565413
Text Example
Text Example
White with #565413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565413; }
p { color: rgb(86,84,19); }
H1.HeaderClassName
{
color: #565413;
}
.AnyTagClassName
{
color: #565413;
}
</style>
background-color css
<style>
a { background-color: #565413; }
a { background-color: rgb(86,84,19); }
div.DivClassName
{
background-color: #565413;
}
.BgClassName
{
background-color: #565413;
}
</style>
border-color css
<style>
span { border-color: #565413; }
span { border-color: rgb(86,84,19); }
td.TdClassName
{
border-color: #565413;
}
.TagClassName
{
border-color: #565413;
}
</style>