Shades of Army green #545420
Tints of Army green #545420
RGB
CMYK
RGB Variations
Color information
#545420 (or 0x545420) is known color: Army green. HEX triplet: 54, 54 and 20. RGB value is (84,84,32). Sum of RGB (Red+Green+Blue) = 84+84+32=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545420 is #ABABDF. Grayscale: #4E4E4E. Windows color (decimal): -11250656 or 2118740. OLE color: 2118740.
HSL color Cylindrical-coordinate representation of color #545420: hue angle of 60º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545420 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 32 | - |
| CMYK | 0 | 0 | 0.62 | 0.67 |
| HSL | 60º | 0.45% | 0.23% | - |
| HSV(B) | 60º | 0.62% | 0.33% | - |
| XYZ | 7.09 | 8.33 | 2.6 | - |
| YUV | 78.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 32 | 0 | 0 | 0.62 | 0.67 | 60 | 0.45 | 0.23 |
| Hex | 54 | 54 | 20 | 0 | 0 | 3E | 43 | 3C | 2D | 17 |
| Octal | 124 | 124 | 40 | 0 | 0 | 76 | 103 | 74 | 55 | 27 |
| Binary | 1010100 | 1010100 | 100000 | 0 | 0 | 111110 | 1000011 | 111100 | 101101 | 10111 |
Color Harmonies of #545420
Complementary color
Monochromatic Colors of #545420
Black with #545420
Text Example
Text Example
White with #545420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545420; }
p { color: rgb(84,84,32); }
H1.HeaderClassName
{
color: #545420;
}
.AnyTagClassName
{
color: #545420;
}
</style>
background-color css
<style>
a { background-color: #545420; }
a { background-color: rgb(84,84,32); }
div.DivClassName
{
background-color: #545420;
}
.BgClassName
{
background-color: #545420;
}
</style>
border-color css
<style>
span { border-color: #545420; }
span { border-color: rgb(84,84,32); }
td.TdClassName
{
border-color: #545420;
}
.TagClassName
{
border-color: #545420;
}
</style>