Shades of Army green #545321
Tints of Army green #545321
RGB
CMYK
RGB Variations
Color information
#545321 (or 0x545321) is known color: Army green. HEX triplet: 54, 53 and 21. RGB value is (84,83,33). Sum of RGB (Red+Green+Blue) = 84+83+33=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #545321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545321 is #ABACDE. Grayscale: #4D4D4D. Windows color (decimal): -11250911 or 2184020. OLE color: 2184020.
HSL color Cylindrical-coordinate representation of color #545321: hue angle of 58.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #545321 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 33 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.67 |
| HSL | 58.82º | 0.44% | 0.23% | - |
| HSV(B) | 58.82º | 0.61% | 0.33% | - |
| XYZ | 7.02 | 8.18 | 2.65 | - |
| YUV | 77.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 33 | 0 | 0.01 | 0.61 | 0.67 | 58.82 | 0.44 | 0.23 |
| Hex | 54 | 53 | 21 | 0 | 1 | 3D | 43 | 3B | 2C | 17 |
| Octal | 124 | 123 | 41 | 0 | 1 | 75 | 103 | 73 | 54 | 27 |
| Binary | 1010100 | 1010011 | 100001 | 0 | 1 | 111101 | 1000011 | 111011 | 101100 | 10111 |
Color Harmonies of #545321
Complementary color
Monochromatic Colors of #545321
Black with #545321
Text Example
Text Example
White with #545321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545321; }
p { color: rgb(84,83,33); }
H1.HeaderClassName
{
color: #545321;
}
.AnyTagClassName
{
color: #545321;
}
</style>
background-color css
<style>
a { background-color: #545321; }
a { background-color: rgb(84,83,33); }
div.DivClassName
{
background-color: #545321;
}
.BgClassName
{
background-color: #545321;
}
</style>
border-color css
<style>
span { border-color: #545321; }
span { border-color: rgb(84,83,33); }
td.TdClassName
{
border-color: #545321;
}
.TagClassName
{
border-color: #545321;
}
</style>