Shades of Army green #55541F
Tints of Army green #55541F
RGB
CMYK
RGB Variations
Color information
#55541F (or 0x55541F) is known color: Army green. HEX triplet: 55, 54 and 1F. RGB value is (85,84,31). Sum of RGB (Red+Green+Blue) = 85+84+31=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55541F is #AAABE0. Grayscale: #4E4E4E. Windows color (decimal): -11185121 or 2053205. OLE color: 2053205.
HSL color Cylindrical-coordinate representation of color #55541F: hue angle of 58.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55541F is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 31 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.67 |
| HSL | 58.89º | 0.47% | 0.23% | - |
| HSV(B) | 58.89º | 0.64% | 0.33% | - |
| XYZ | 7.16 | 8.37 | 2.53 | - |
| YUV | 78.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 31 | 0 | 0.01 | 0.64 | 0.67 | 58.89 | 0.47 | 0.23 |
| Hex | 55 | 54 | 1F | 0 | 1 | 40 | 43 | 3B | 2F | 17 |
| Octal | 125 | 124 | 37 | 0 | 1 | 100 | 103 | 73 | 57 | 27 |
| Binary | 1010101 | 1010100 | 11111 | 0 | 1 | 1000000 | 1000011 | 111011 | 101111 | 10111 |
Color Harmonies of #55541F
Complementary color
Monochromatic Colors of #55541F
Black with #55541F
Text Example
Text Example
White with #55541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55541F; }
p { color: rgb(85,84,31); }
H1.HeaderClassName
{
color: #55541F;
}
.AnyTagClassName
{
color: #55541F;
}
</style>
background-color css
<style>
a { background-color: #55541F; }
a { background-color: rgb(85,84,31); }
div.DivClassName
{
background-color: #55541F;
}
.BgClassName
{
background-color: #55541F;
}
</style>
border-color css
<style>
span { border-color: #55541F; }
span { border-color: rgb(85,84,31); }
td.TdClassName
{
border-color: #55541F;
}
.TagClassName
{
border-color: #55541F;
}
</style>