Shades of Army green #545511
Tints of Army green #545511
RGB
CMYK
RGB Variations
Color information
#545511 (or 0x545511) is known color: Army green. HEX triplet: 54, 55 and 11. RGB value is (84,85,17). Sum of RGB (Red+Green+Blue) = 84+85+17=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #545511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545511 is #ABAAEE. Grayscale: #4D4D4D. Windows color (decimal): -11250415 or 1135956. OLE color: 1135956.
HSL color Cylindrical-coordinate representation of color #545511: hue angle of 60.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #545511 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 17 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.67 |
| HSL | 60.88º | 0.67% | 0.2% | - |
| HSV(B) | 60.88º | 0.8% | 0.33% | - |
| XYZ | 7.01 | 8.42 | 1.79 | - |
| YUV | 76.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 17 | 0.01 | 0 | 0.80 | 0.67 | 60.88 | 0.67 | 0.2 |
| Hex | 54 | 55 | 11 | 1 | 0 | 50 | 43 | 3D | 43 | 14 |
| Octal | 124 | 125 | 21 | 1 | 0 | 120 | 103 | 75 | 103 | 24 |
| Binary | 1010100 | 1010101 | 10001 | 1 | 0 | 1010000 | 1000011 | 111101 | 1000011 | 10100 |
Color Harmonies of #545511
Complementary color
Monochromatic Colors of #545511
Black with #545511
Text Example
Text Example
White with #545511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545511; }
p { color: rgb(84,85,17); }
H1.HeaderClassName
{
color: #545511;
}
.AnyTagClassName
{
color: #545511;
}
</style>
background-color css
<style>
a { background-color: #545511; }
a { background-color: rgb(84,85,17); }
div.DivClassName
{
background-color: #545511;
}
.BgClassName
{
background-color: #545511;
}
</style>
border-color css
<style>
span { border-color: #545511; }
span { border-color: rgb(84,85,17); }
td.TdClassName
{
border-color: #545511;
}
.TagClassName
{
border-color: #545511;
}
</style>