Shades of Army green #555813
Tints of Army green #555813
RGB
CMYK
RGB Variations
Color information
#555813 (or 0x555813) is known color: Army green. HEX triplet: 55, 58 and 13. RGB value is (85,88,19). Sum of RGB (Red+Green+Blue) = 85+88+19=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #555813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555813 is #AAA7EC. Grayscale: #4F4F4F. Windows color (decimal): -11184109 or 1267797. OLE color: 1267797.
HSL color Cylindrical-coordinate representation of color #555813: hue angle of 62.61º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #555813 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 19 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.65 |
| HSL | 62.61º | 0.64% | 0.21% | - |
| HSV(B) | 62.61º | 0.78% | 0.35% | - |
| XYZ | 7.35 | 8.96 | 1.96 | - |
| YUV | 79.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 19 | 0.03 | 0 | 0.78 | 0.65 | 62.61 | 0.64 | 0.21 |
| Hex | 55 | 58 | 13 | 3 | 0 | 4E | 41 | 3F | 40 | 15 |
| Octal | 125 | 130 | 23 | 3 | 0 | 116 | 101 | 77 | 100 | 25 |
| Binary | 1010101 | 1011000 | 10011 | 11 | 0 | 1001110 | 1000001 | 111111 | 1000000 | 10101 |
Color Harmonies of #555813
Complementary color
Monochromatic Colors of #555813
Black with #555813
Text Example
Text Example
White with #555813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555813; }
p { color: rgb(85,88,19); }
H1.HeaderClassName
{
color: #555813;
}
.AnyTagClassName
{
color: #555813;
}
</style>
background-color css
<style>
a { background-color: #555813; }
a { background-color: rgb(85,88,19); }
div.DivClassName
{
background-color: #555813;
}
.BgClassName
{
background-color: #555813;
}
</style>
border-color css
<style>
span { border-color: #555813; }
span { border-color: rgb(85,88,19); }
td.TdClassName
{
border-color: #555813;
}
.TagClassName
{
border-color: #555813;
}
</style>