Shades of Army green #555F17
Tints of Army green #555F17
RGB
CMYK
RGB Variations
Color information
#555F17 (or 0x555F17) is known color: Army green. HEX triplet: 55, 5F and 17. RGB value is (85,95,23). Sum of RGB (Red+Green+Blue) = 85+95+23=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #555F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F17 is #AAA0E8. Grayscale: #545454. Windows color (decimal): -11182313 or 1531733. OLE color: 1531733.
HSL color Cylindrical-coordinate representation of color #555F17: hue angle of 68.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #555F17 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 23 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.63 |
| HSL | 68.33º | 0.61% | 0.23% | - |
| HSV(B) | 68.33º | 0.76% | 0.37% | - |
| XYZ | 7.99 | 10.18 | 2.35 | - |
| YUV | 83.8 | 93.69 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 23 | 0.11 | 0 | 0.76 | 0.63 | 68.33 | 0.61 | 0.23 |
| Hex | 55 | 5F | 17 | B | 0 | 4C | 3F | 44 | 3D | 17 |
| Octal | 125 | 137 | 27 | 13 | 0 | 114 | 77 | 104 | 75 | 27 |
| Binary | 1010101 | 1011111 | 10111 | 1011 | 0 | 1001100 | 111111 | 1000100 | 111101 | 10111 |
Color Harmonies of #555F17
Complementary color
Monochromatic Colors of #555F17
Black with #555F17
Text Example
Text Example
White with #555F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F17; }
p { color: rgb(85,95,23); }
H1.HeaderClassName
{
color: #555F17;
}
.AnyTagClassName
{
color: #555F17;
}
</style>
background-color css
<style>
a { background-color: #555F17; }
a { background-color: rgb(85,95,23); }
div.DivClassName
{
background-color: #555F17;
}
.BgClassName
{
background-color: #555F17;
}
</style>
border-color css
<style>
span { border-color: #555F17; }
span { border-color: rgb(85,95,23); }
td.TdClassName
{
border-color: #555F17;
}
.TagClassName
{
border-color: #555F17;
}
</style>