Shades of Army green #55601A
Tints of Army green #55601A
RGB
CMYK
RGB Variations
Color information
#55601A (or 0x55601A) is known color: Army green. HEX triplet: 55, 60 and 1A. RGB value is (85,96,26). Sum of RGB (Red+Green+Blue) = 85+96+26=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #55601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601A is #AA9FE5. Grayscale: #555555. Windows color (decimal): -11182054 or 1728597. OLE color: 1728597.
HSL color Cylindrical-coordinate representation of color #55601A: hue angle of 69.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55601A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 26 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.62 |
| HSL | 69.43º | 0.57% | 0.24% | - |
| HSV(B) | 69.43º | 0.73% | 0.38% | - |
| XYZ | 8.12 | 10.37 | 2.55 | - |
| YUV | 84.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 26 | 0.11 | 0 | 0.73 | 0.62 | 69.43 | 0.57 | 0.24 |
| Hex | 55 | 60 | 1A | B | 0 | 49 | 3E | 45 | 39 | 18 |
| Octal | 125 | 140 | 32 | 13 | 0 | 111 | 76 | 105 | 71 | 30 |
| Binary | 1010101 | 1100000 | 11010 | 1011 | 0 | 1001001 | 111110 | 1000101 | 111001 | 11000 |
Color Harmonies of #55601A
Complementary color
Monochromatic Colors of #55601A
Black with #55601A
Text Example
Text Example
White with #55601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55601A; }
p { color: rgb(85,96,26); }
H1.HeaderClassName
{
color: #55601A;
}
.AnyTagClassName
{
color: #55601A;
}
</style>
background-color css
<style>
a { background-color: #55601A; }
a { background-color: rgb(85,96,26); }
div.DivClassName
{
background-color: #55601A;
}
.BgClassName
{
background-color: #55601A;
}
</style>
border-color css
<style>
span { border-color: #55601A; }
span { border-color: rgb(85,96,26); }
td.TdClassName
{
border-color: #55601A;
}
.TagClassName
{
border-color: #55601A;
}
</style>