Shades of Army green #555A17
Tints of Army green #555A17
RGB
CMYK
RGB Variations
Color information
#555A17 (or 0x555A17) is known color: Army green. HEX triplet: 55, 5A and 17. RGB value is (85,90,23). Sum of RGB (Red+Green+Blue) = 85+90+23=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #555A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A17 is #AAA5E8. Grayscale: #515151. Windows color (decimal): -11183593 or 1530453. OLE color: 1530453.
HSL color Cylindrical-coordinate representation of color #555A17: hue angle of 64.48º 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 #555A17 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 23 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.65 |
| HSL | 64.48º | 0.59% | 0.22% | - |
| HSV(B) | 64.48º | 0.74% | 0.35% | - |
| XYZ | 7.56 | 9.31 | 2.21 | - |
| YUV | 80.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 23 | 0.06 | 0 | 0.74 | 0.65 | 64.48 | 0.59 | 0.22 |
| Hex | 55 | 5A | 17 | 6 | 0 | 4A | 41 | 40 | 3B | 16 |
| Octal | 125 | 132 | 27 | 6 | 0 | 112 | 101 | 100 | 73 | 26 |
| Binary | 1010101 | 1011010 | 10111 | 110 | 0 | 1001010 | 1000001 | 1000000 | 111011 | 10110 |
Color Harmonies of #555A17
Complementary color
Monochromatic Colors of #555A17
Black with #555A17
Text Example
Text Example
White with #555A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A17; }
p { color: rgb(85,90,23); }
H1.HeaderClassName
{
color: #555A17;
}
.AnyTagClassName
{
color: #555A17;
}
</style>
background-color css
<style>
a { background-color: #555A17; }
a { background-color: rgb(85,90,23); }
div.DivClassName
{
background-color: #555A17;
}
.BgClassName
{
background-color: #555A17;
}
</style>
border-color css
<style>
span { border-color: #555A17; }
span { border-color: rgb(85,90,23); }
td.TdClassName
{
border-color: #555A17;
}
.TagClassName
{
border-color: #555A17;
}
</style>