Shades of Army green #565814
Tints of Army green #565814
RGB
CMYK
RGB Variations
Color information
#565814 (or 0x565814) is known color: Army green. HEX triplet: 56, 58 and 14. RGB value is (86,88,20). Sum of RGB (Red+Green+Blue) = 86+88+20=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #565814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565814 is #A9A7EB. Grayscale: #4F4F4F. Windows color (decimal): -11118572 or 1333334. OLE color: 1333334.
HSL color Cylindrical-coordinate representation of color #565814: hue angle of 61.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565814 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 20 | - |
| CMYK | 0.02 | 0 | 0.77 | 0.65 |
| HSL | 61.76º | 0.63% | 0.21% | - |
| HSV(B) | 61.76º | 0.77% | 0.35% | - |
| XYZ | 7.45 | 9.01 | 2.01 | - |
| YUV | 79.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 20 | 0.02 | 0 | 0.77 | 0.65 | 61.76 | 0.63 | 0.21 |
| Hex | 56 | 58 | 14 | 2 | 0 | 4D | 41 | 3E | 3F | 15 |
| Octal | 126 | 130 | 24 | 2 | 0 | 115 | 101 | 76 | 77 | 25 |
| Binary | 1010110 | 1011000 | 10100 | 10 | 0 | 1001101 | 1000001 | 111110 | 111111 | 10101 |
Color Harmonies of #565814
Complementary color
Monochromatic Colors of #565814
Black with #565814
Text Example
Text Example
White with #565814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565814; }
p { color: rgb(86,88,20); }
H1.HeaderClassName
{
color: #565814;
}
.AnyTagClassName
{
color: #565814;
}
</style>
background-color css
<style>
a { background-color: #565814; }
a { background-color: rgb(86,88,20); }
div.DivClassName
{
background-color: #565814;
}
.BgClassName
{
background-color: #565814;
}
</style>
border-color css
<style>
span { border-color: #565814; }
span { border-color: rgb(86,88,20); }
td.TdClassName
{
border-color: #565814;
}
.TagClassName
{
border-color: #565814;
}
</style>