Shades of Army green #56520E
Tints of Army green #56520E
RGB
CMYK
RGB Variations
Color information
#56520E (or 0x56520E) is known color: Army green. HEX triplet: 56, 52 and 0E. RGB value is (86,82,14). Sum of RGB (Red+Green+Blue) = 86+82+14=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56520E is #A9ADF1. Grayscale: #4B4B4B. Windows color (decimal): -11120114 or 938582. OLE color: 938582.
HSL color Cylindrical-coordinate representation of color #56520E: hue angle of 56.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56520E is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 14 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.66 |
| HSL | 56.67º | 0.72% | 0.2% | - |
| HSV(B) | 56.67º | 0.84% | 0.34% | - |
| XYZ | 6.93 | 8.04 | 1.6 | - |
| YUV | 75.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 14 | 0 | 0.05 | 0.84 | 0.66 | 56.67 | 0.72 | 0.2 |
| Hex | 56 | 52 | E | 0 | 5 | 54 | 42 | 39 | 48 | 14 |
| Octal | 126 | 122 | 16 | 0 | 5 | 124 | 102 | 71 | 110 | 24 |
| Binary | 1010110 | 1010010 | 1110 | 0 | 101 | 1010100 | 1000010 | 111001 | 1001000 | 10100 |
Color Harmonies of #56520E
Complementary color
Monochromatic Colors of #56520E
Black with #56520E
Text Example
Text Example
White with #56520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56520E; }
p { color: rgb(86,82,14); }
H1.HeaderClassName
{
color: #56520E;
}
.AnyTagClassName
{
color: #56520E;
}
</style>
background-color css
<style>
a { background-color: #56520E; }
a { background-color: rgb(86,82,14); }
div.DivClassName
{
background-color: #56520E;
}
.BgClassName
{
background-color: #56520E;
}
</style>
border-color css
<style>
span { border-color: #56520E; }
span { border-color: rgb(86,82,14); }
td.TdClassName
{
border-color: #56520E;
}
.TagClassName
{
border-color: #56520E;
}
</style>