Shades of Army green #555A16
Tints of Army green #555A16
RGB
CMYK
RGB Variations
Color information
#555A16 (or 0x555A16) is known color: Army green. HEX triplet: 55, 5A and 16. RGB value is (85,90,22). Sum of RGB (Red+Green+Blue) = 85+90+22=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #555A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A16 is #AAA5E9. Grayscale: #515151. Windows color (decimal): -11183594 or 1464917. OLE color: 1464917.
HSL color Cylindrical-coordinate representation of color #555A16: hue angle of 64.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #555A16 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 22 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.65 |
| HSL | 64.41º | 0.61% | 0.22% | - |
| HSV(B) | 64.41º | 0.76% | 0.35% | - |
| XYZ | 7.55 | 9.3 | 2.16 | - |
| YUV | 80.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 22 | 0.06 | 0 | 0.76 | 0.65 | 64.41 | 0.61 | 0.22 |
| Hex | 55 | 5A | 16 | 6 | 0 | 4C | 41 | 40 | 3D | 16 |
| Octal | 125 | 132 | 26 | 6 | 0 | 114 | 101 | 100 | 75 | 26 |
| Binary | 1010101 | 1011010 | 10110 | 110 | 0 | 1001100 | 1000001 | 1000000 | 111101 | 10110 |
Color Harmonies of #555A16
Complementary color
Monochromatic Colors of #555A16
Black with #555A16
Text Example
Text Example
White with #555A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A16; }
p { color: rgb(85,90,22); }
H1.HeaderClassName
{
color: #555A16;
}
.AnyTagClassName
{
color: #555A16;
}
</style>
background-color css
<style>
a { background-color: #555A16; }
a { background-color: rgb(85,90,22); }
div.DivClassName
{
background-color: #555A16;
}
.BgClassName
{
background-color: #555A16;
}
</style>
border-color css
<style>
span { border-color: #555A16; }
span { border-color: rgb(85,90,22); }
td.TdClassName
{
border-color: #555A16;
}
.TagClassName
{
border-color: #555A16;
}
</style>