Shades of Army green #555F19
Tints of Army green #555F19
RGB
CMYK
RGB Variations
Color information
#555F19 (or 0x555F19) is known color: Army green. HEX triplet: 55, 5F and 19. RGB value is (85,95,25). Sum of RGB (Red+Green+Blue) = 85+95+25=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #555F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F19 is #AAA0E6. Grayscale: #545454. Windows color (decimal): -11182311 or 1662805. OLE color: 1662805.
HSL color Cylindrical-coordinate representation of color #555F19: hue angle of 68.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #555F19 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 95 | 25 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.63 |
| HSL | 68.57º | 0.58% | 0.24% | - |
| HSV(B) | 68.57º | 0.74% | 0.37% | - |
| XYZ | 8.01 | 10.19 | 2.46 | - |
| YUV | 84.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 25 | 0.11 | 0 | 0.74 | 0.63 | 68.57 | 0.58 | 0.24 |
| Hex | 55 | 5F | 19 | B | 0 | 4A | 3F | 45 | 3A | 18 |
| Octal | 125 | 137 | 31 | 13 | 0 | 112 | 77 | 105 | 72 | 30 |
| Binary | 1010101 | 1011111 | 11001 | 1011 | 0 | 1001010 | 111111 | 1000101 | 111010 | 11000 |
Color Harmonies of #555F19
Complementary color
Monochromatic Colors of #555F19
Black with #555F19
Text Example
Text Example
White with #555F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F19; }
p { color: rgb(85,95,25); }
H1.HeaderClassName
{
color: #555F19;
}
.AnyTagClassName
{
color: #555F19;
}
</style>
background-color css
<style>
a { background-color: #555F19; }
a { background-color: rgb(85,95,25); }
div.DivClassName
{
background-color: #555F19;
}
.BgClassName
{
background-color: #555F19;
}
</style>
border-color css
<style>
span { border-color: #555F19; }
span { border-color: rgb(85,95,25); }
td.TdClassName
{
border-color: #555F19;
}
.TagClassName
{
border-color: #555F19;
}
</style>