Shades of Army green #555717
Tints of Army green #555717
RGB
CMYK
RGB Variations
Color information
#555717 (or 0x555717) is known color: Army green. HEX triplet: 55, 57 and 17. RGB value is (85,87,23). Sum of RGB (Red+Green+Blue) = 85+87+23=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #555717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555717 is #AAA8E8. Grayscale: #4F4F4F. Windows color (decimal): -11184361 or 1529685. OLE color: 1529685.
HSL color Cylindrical-coordinate representation of color #555717: hue angle of 61.88º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #555717 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 23 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.66 |
| HSL | 61.88º | 0.58% | 0.22% | - |
| HSV(B) | 61.88º | 0.74% | 0.34% | - |
| XYZ | 7.31 | 8.81 | 2.13 | - |
| YUV | 79.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 23 | 0.02 | 0 | 0.74 | 0.66 | 61.88 | 0.58 | 0.22 |
| Hex | 55 | 57 | 17 | 2 | 0 | 4A | 42 | 3E | 3A | 16 |
| Octal | 125 | 127 | 27 | 2 | 0 | 112 | 102 | 76 | 72 | 26 |
| Binary | 1010101 | 1010111 | 10111 | 10 | 0 | 1001010 | 1000010 | 111110 | 111010 | 10110 |
Color Harmonies of #555717
Complementary color
Monochromatic Colors of #555717
Black with #555717
Text Example
Text Example
White with #555717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555717; }
p { color: rgb(85,87,23); }
H1.HeaderClassName
{
color: #555717;
}
.AnyTagClassName
{
color: #555717;
}
</style>
background-color css
<style>
a { background-color: #555717; }
a { background-color: rgb(85,87,23); }
div.DivClassName
{
background-color: #555717;
}
.BgClassName
{
background-color: #555717;
}
</style>
border-color css
<style>
span { border-color: #555717; }
span { border-color: rgb(85,87,23); }
td.TdClassName
{
border-color: #555717;
}
.TagClassName
{
border-color: #555717;
}
</style>