Shades of Army green #56520F
Tints of Army green #56520F
RGB
CMYK
RGB Variations
Color information
#56520F (or 0x56520F) is known color: Army green. HEX triplet: 56, 52 and 0F. RGB value is (86,82,15). Sum of RGB (Red+Green+Blue) = 86+82+15=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56520F is #A9ADF0. Grayscale: #4B4B4B. Windows color (decimal): -11120113 or 1004118. OLE color: 1004118.
HSL color Cylindrical-coordinate representation of color #56520F: hue angle of 56.62º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56520F is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 82 | 15 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.66 |
| HSL | 56.62º | 0.7% | 0.2% | - |
| HSV(B) | 56.62º | 0.83% | 0.34% | - |
| XYZ | 6.94 | 8.05 | 1.64 | - |
| YUV | 75.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 15 | 0 | 0.05 | 0.83 | 0.66 | 56.62 | 0.7 | 0.2 |
| Hex | 56 | 52 | F | 0 | 5 | 53 | 42 | 39 | 46 | 14 |
| Octal | 126 | 122 | 17 | 0 | 5 | 123 | 102 | 71 | 106 | 24 |
| Binary | 1010110 | 1010010 | 1111 | 0 | 101 | 1010011 | 1000010 | 111001 | 1000110 | 10100 |
Color Harmonies of #56520F
Complementary color
Monochromatic Colors of #56520F
Black with #56520F
Text Example
Text Example
White with #56520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56520F; }
p { color: rgb(86,82,15); }
H1.HeaderClassName
{
color: #56520F;
}
.AnyTagClassName
{
color: #56520F;
}
</style>
background-color css
<style>
a { background-color: #56520F; }
a { background-color: rgb(86,82,15); }
div.DivClassName
{
background-color: #56520F;
}
.BgClassName
{
background-color: #56520F;
}
</style>
border-color css
<style>
span { border-color: #56520F; }
span { border-color: rgb(86,82,15); }
td.TdClassName
{
border-color: #56520F;
}
.TagClassName
{
border-color: #56520F;
}
</style>