Shades of Army green #545621
Tints of Army green #545621
RGB
CMYK
RGB Variations
Color information
#545621 (or 0x545621) is known color: Army green. HEX triplet: 54, 56 and 21. RGB value is (84,86,33). Sum of RGB (Red+Green+Blue) = 84+86+33=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #545621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545621 is #ABA9DE. Grayscale: #4F4F4F. Windows color (decimal): -11250143 or 2184788. OLE color: 2184788.
HSL color Cylindrical-coordinate representation of color #545621: hue angle of 62.26º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545621 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 33 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.66 |
| HSL | 62.26º | 0.45% | 0.23% | - |
| HSV(B) | 62.26º | 0.62% | 0.34% | - |
| XYZ | 7.26 | 8.65 | 2.73 | - |
| YUV | 79.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 33 | 0.02 | 0 | 0.62 | 0.66 | 62.26 | 0.45 | 0.23 |
| Hex | 54 | 56 | 21 | 2 | 0 | 3E | 42 | 3E | 2D | 17 |
| Octal | 124 | 126 | 41 | 2 | 0 | 76 | 102 | 76 | 55 | 27 |
| Binary | 1010100 | 1010110 | 100001 | 10 | 0 | 111110 | 1000010 | 111110 | 101101 | 10111 |
Color Harmonies of #545621
Complementary color
Monochromatic Colors of #545621
Black with #545621
Text Example
Text Example
White with #545621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545621; }
p { color: rgb(84,86,33); }
H1.HeaderClassName
{
color: #545621;
}
.AnyTagClassName
{
color: #545621;
}
</style>
background-color css
<style>
a { background-color: #545621; }
a { background-color: rgb(84,86,33); }
div.DivClassName
{
background-color: #545621;
}
.BgClassName
{
background-color: #545621;
}
</style>
border-color css
<style>
span { border-color: #545621; }
span { border-color: rgb(84,86,33); }
td.TdClassName
{
border-color: #545621;
}
.TagClassName
{
border-color: #545621;
}
</style>