Shades of Army green #555917
Tints of Army green #555917
RGB
CMYK
RGB Variations
Color information
#555917 (or 0x555917) is known color: Army green. HEX triplet: 55, 59 and 17. RGB value is (85,89,23). Sum of RGB (Red+Green+Blue) = 85+89+23=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #555917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555917 is #AAA6E8. Grayscale: #505050. Windows color (decimal): -11183849 or 1530197. OLE color: 1530197.
HSL color Cylindrical-coordinate representation of color #555917: hue angle of 63.64º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #555917 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 23 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.65 |
| HSL | 63.64º | 0.59% | 0.22% | - |
| HSV(B) | 63.64º | 0.74% | 0.35% | - |
| XYZ | 7.47 | 9.14 | 2.18 | - |
| YUV | 80.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 23 | 0.04 | 0 | 0.74 | 0.65 | 63.64 | 0.59 | 0.22 |
| Hex | 55 | 59 | 17 | 4 | 0 | 4A | 41 | 40 | 3B | 16 |
| Octal | 125 | 131 | 27 | 4 | 0 | 112 | 101 | 100 | 73 | 26 |
| Binary | 1010101 | 1011001 | 10111 | 100 | 0 | 1001010 | 1000001 | 1000000 | 111011 | 10110 |
Color Harmonies of #555917
Complementary color
Monochromatic Colors of #555917
Black with #555917
Text Example
Text Example
White with #555917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555917; }
p { color: rgb(85,89,23); }
H1.HeaderClassName
{
color: #555917;
}
.AnyTagClassName
{
color: #555917;
}
</style>
background-color css
<style>
a { background-color: #555917; }
a { background-color: rgb(85,89,23); }
div.DivClassName
{
background-color: #555917;
}
.BgClassName
{
background-color: #555917;
}
</style>
border-color css
<style>
span { border-color: #555917; }
span { border-color: rgb(85,89,23); }
td.TdClassName
{
border-color: #555917;
}
.TagClassName
{
border-color: #555917;
}
</style>