Shades of Army green #545111
Tints of Army green #545111
RGB
CMYK
RGB Variations
Color information
#545111 (or 0x545111) is known color: Army green. HEX triplet: 54, 51 and 11. RGB value is (84,81,17). Sum of RGB (Red+Green+Blue) = 84+81+17=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #545111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545111 is #ABAEEE. Grayscale: #4A4A4A. Windows color (decimal): -11251439 or 1134932. OLE color: 1134932.
HSL color Cylindrical-coordinate representation of color #545111: hue angle of 57.31º degrees, saturation: 0.66, 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 #545111 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 17 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.67 |
| HSL | 57.31º | 0.66% | 0.2% | - |
| HSV(B) | 57.31º | 0.8% | 0.33% | - |
| XYZ | 6.7 | 7.81 | 1.68 | - |
| YUV | 74.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 17 | 0 | 0.04 | 0.80 | 0.67 | 57.31 | 0.66 | 0.2 |
| Hex | 54 | 51 | 11 | 0 | 4 | 50 | 43 | 39 | 42 | 14 |
| Octal | 124 | 121 | 21 | 0 | 4 | 120 | 103 | 71 | 102 | 24 |
| Binary | 1010100 | 1010001 | 10001 | 0 | 100 | 1010000 | 1000011 | 111001 | 1000010 | 10100 |
Color Harmonies of #545111
Complementary color
Monochromatic Colors of #545111
Black with #545111
Text Example
Text Example
White with #545111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545111; }
p { color: rgb(84,81,17); }
H1.HeaderClassName
{
color: #545111;
}
.AnyTagClassName
{
color: #545111;
}
</style>
background-color css
<style>
a { background-color: #545111; }
a { background-color: rgb(84,81,17); }
div.DivClassName
{
background-color: #545111;
}
.BgClassName
{
background-color: #545111;
}
</style>
border-color css
<style>
span { border-color: #545111; }
span { border-color: rgb(84,81,17); }
td.TdClassName
{
border-color: #545111;
}
.TagClassName
{
border-color: #545111;
}
</style>