Shades of Army green #56550F
Tints of Army green #56550F
RGB
CMYK
RGB Variations
Color information
#56550F (or 0x56550F) is known color: Army green. HEX triplet: 56, 55 and 0F. RGB value is (86,85,15). Sum of RGB (Red+Green+Blue) = 86+85+15=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #56550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56550F is #A9AAF0. Grayscale: #4D4D4D. Windows color (decimal): -11119345 or 1004886. OLE color: 1004886.
HSL color Cylindrical-coordinate representation of color #56550F: hue angle of 59.15º 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 #56550F is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 15 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.66 |
| HSL | 59.15º | 0.7% | 0.2% | - |
| HSV(B) | 59.15º | 0.83% | 0.34% | - |
| XYZ | 7.17 | 8.51 | 1.72 | - |
| YUV | 77.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 15 | 0 | 0.01 | 0.83 | 0.66 | 59.15 | 0.7 | 0.2 |
| Hex | 56 | 55 | F | 0 | 1 | 53 | 42 | 3B | 46 | 14 |
| Octal | 126 | 125 | 17 | 0 | 1 | 123 | 102 | 73 | 106 | 24 |
| Binary | 1010110 | 1010101 | 1111 | 0 | 1 | 1010011 | 1000010 | 111011 | 1000110 | 10100 |
Color Harmonies of #56550F
Complementary color
Monochromatic Colors of #56550F
Black with #56550F
Text Example
Text Example
White with #56550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56550F; }
p { color: rgb(86,85,15); }
H1.HeaderClassName
{
color: #56550F;
}
.AnyTagClassName
{
color: #56550F;
}
</style>
background-color css
<style>
a { background-color: #56550F; }
a { background-color: rgb(86,85,15); }
div.DivClassName
{
background-color: #56550F;
}
.BgClassName
{
background-color: #56550F;
}
</style>
border-color css
<style>
span { border-color: #56550F; }
span { border-color: rgb(86,85,15); }
td.TdClassName
{
border-color: #56550F;
}
.TagClassName
{
border-color: #56550F;
}
</style>