Shades of Army green #565310
Tints of Army green #565310
RGB
CMYK
RGB Variations
Color information
#565310 (or 0x565310) is known color: Army green. HEX triplet: 56, 53 and 10. RGB value is (86,83,16). Sum of RGB (Red+Green+Blue) = 86+83+16=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #565310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565310 is #A9ACEF. Grayscale: #4C4C4C. Windows color (decimal): -11119856 or 1069910. OLE color: 1069910.
HSL color Cylindrical-coordinate representation of color #565310: hue angle of 57.43º 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 #565310 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 16 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.66 |
| HSL | 57.43º | 0.69% | 0.2% | - |
| HSV(B) | 57.43º | 0.81% | 0.34% | - |
| XYZ | 7.02 | 8.2 | 1.7 | - |
| YUV | 76.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 16 | 0 | 0.03 | 0.81 | 0.66 | 57.43 | 0.69 | 0.2 |
| Hex | 56 | 53 | 10 | 0 | 3 | 51 | 42 | 39 | 45 | 14 |
| Octal | 126 | 123 | 20 | 0 | 3 | 121 | 102 | 71 | 105 | 24 |
| Binary | 1010110 | 1010011 | 10000 | 0 | 11 | 1010001 | 1000010 | 111001 | 1000101 | 10100 |
Color Harmonies of #565310
Complementary color
Monochromatic Colors of #565310
Black with #565310
Text Example
Text Example
White with #565310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565310; }
p { color: rgb(86,83,16); }
H1.HeaderClassName
{
color: #565310;
}
.AnyTagClassName
{
color: #565310;
}
</style>
background-color css
<style>
a { background-color: #565310; }
a { background-color: rgb(86,83,16); }
div.DivClassName
{
background-color: #565310;
}
.BgClassName
{
background-color: #565310;
}
</style>
border-color css
<style>
span { border-color: #565310; }
span { border-color: rgb(86,83,16); }
td.TdClassName
{
border-color: #565310;
}
.TagClassName
{
border-color: #565310;
}
</style>