Shades of Army green #56621A
Tints of Army green #56621A
RGB
CMYK
RGB Variations
Color information
#56621A (or 0x56621A) is known color: Army green. HEX triplet: 56, 62 and 1A. RGB value is (86,98,26). Sum of RGB (Red+Green+Blue) = 86+98+26=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #56621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56621A is #A99DE5. Grayscale: #565656. Windows color (decimal): -11116006 or 1729110. OLE color: 1729110.
HSL color Cylindrical-coordinate representation of color #56621A: hue angle of 70º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56621A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 26 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.62 |
| HSL | 70º | 0.58% | 0.24% | - |
| HSV(B) | 70º | 0.73% | 0.38% | - |
| XYZ | 8.39 | 10.79 | 2.62 | - |
| YUV | 86.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 26 | 0.12 | 0 | 0.73 | 0.62 | 70 | 0.58 | 0.24 |
| Hex | 56 | 62 | 1A | C | 0 | 49 | 3E | 46 | 3A | 18 |
| Octal | 126 | 142 | 32 | 14 | 0 | 111 | 76 | 106 | 72 | 30 |
| Binary | 1010110 | 1100010 | 11010 | 1100 | 0 | 1001001 | 111110 | 1000110 | 111010 | 11000 |
Color Harmonies of #56621A
Complementary color
Monochromatic Colors of #56621A
Black with #56621A
Text Example
Text Example
White with #56621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56621A; }
p { color: rgb(86,98,26); }
H1.HeaderClassName
{
color: #56621A;
}
.AnyTagClassName
{
color: #56621A;
}
</style>
background-color css
<style>
a { background-color: #56621A; }
a { background-color: rgb(86,98,26); }
div.DivClassName
{
background-color: #56621A;
}
.BgClassName
{
background-color: #56621A;
}
</style>
border-color css
<style>
span { border-color: #56621A; }
span { border-color: rgb(86,98,26); }
td.TdClassName
{
border-color: #56621A;
}
.TagClassName
{
border-color: #56621A;
}
</style>