Shades of Army green #545620
Tints of Army green #545620
RGB
CMYK
RGB Variations
Color information
#545620 (or 0x545620) is known color: Army green. HEX triplet: 54, 56 and 20. RGB value is (84,86,32). Sum of RGB (Red+Green+Blue) = 84+86+32=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #545620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545620 is #ABA9DF. Grayscale: #4F4F4F. Windows color (decimal): -11250144 or 2119252. OLE color: 2119252.
HSL color Cylindrical-coordinate representation of color #545620: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545620 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 32 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.66 |
| HSL | 62.22º | 0.46% | 0.23% | - |
| HSV(B) | 62.22º | 0.63% | 0.34% | - |
| XYZ | 7.24 | 8.64 | 2.65 | - |
| YUV | 79.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 32 | 0.02 | 0 | 0.63 | 0.66 | 62.22 | 0.46 | 0.23 |
| Hex | 54 | 56 | 20 | 2 | 0 | 3F | 42 | 3E | 2E | 17 |
| Octal | 124 | 126 | 40 | 2 | 0 | 77 | 102 | 76 | 56 | 27 |
| Binary | 1010100 | 1010110 | 100000 | 10 | 0 | 111111 | 1000010 | 111110 | 101110 | 10111 |
Color Harmonies of #545620
Complementary color
Monochromatic Colors of #545620
Black with #545620
Text Example
Text Example
White with #545620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545620; }
p { color: rgb(84,86,32); }
H1.HeaderClassName
{
color: #545620;
}
.AnyTagClassName
{
color: #545620;
}
</style>
background-color css
<style>
a { background-color: #545620; }
a { background-color: rgb(84,86,32); }
div.DivClassName
{
background-color: #545620;
}
.BgClassName
{
background-color: #545620;
}
</style>
border-color css
<style>
span { border-color: #545620; }
span { border-color: rgb(84,86,32); }
td.TdClassName
{
border-color: #545620;
}
.TagClassName
{
border-color: #545620;
}
</style>