Shades of Army green #555613
Tints of Army green #555613
RGB
CMYK
RGB Variations
Color information
#555613 (or 0x555613) is known color: Army green. HEX triplet: 55, 56 and 13. RGB value is (85,86,19). Sum of RGB (Red+Green+Blue) = 85+86+19=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #555613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555613 is #AAA9EC. Grayscale: #4E4E4E. Windows color (decimal): -11184621 or 1267285. OLE color: 1267285.
HSL color Cylindrical-coordinate representation of color #555613: hue angle of 60.9º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #555613 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 19 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.66 |
| HSL | 60.9º | 0.64% | 0.21% | - |
| HSV(B) | 60.9º | 0.78% | 0.34% | - |
| XYZ | 7.19 | 8.63 | 1.9 | - |
| YUV | 78.06 | 94.67 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 19 | 0.01 | 0 | 0.78 | 0.66 | 60.9 | 0.64 | 0.21 |
| Hex | 55 | 56 | 13 | 1 | 0 | 4E | 42 | 3D | 40 | 15 |
| Octal | 125 | 126 | 23 | 1 | 0 | 116 | 102 | 75 | 100 | 25 |
| Binary | 1010101 | 1010110 | 10011 | 1 | 0 | 1001110 | 1000010 | 111101 | 1000000 | 10101 |
Color Harmonies of #555613
Complementary color
Monochromatic Colors of #555613
Black with #555613
Text Example
Text Example
White with #555613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555613; }
p { color: rgb(85,86,19); }
H1.HeaderClassName
{
color: #555613;
}
.AnyTagClassName
{
color: #555613;
}
</style>
background-color css
<style>
a { background-color: #555613; }
a { background-color: rgb(85,86,19); }
div.DivClassName
{
background-color: #555613;
}
.BgClassName
{
background-color: #555613;
}
</style>
border-color css
<style>
span { border-color: #555613; }
span { border-color: rgb(85,86,19); }
td.TdClassName
{
border-color: #555613;
}
.TagClassName
{
border-color: #555613;
}
</style>