Shades of Army green #545520
Tints of Army green #545520
RGB
CMYK
RGB Variations
Color information
#545520 (or 0x545520) is known color: Army green. HEX triplet: 54, 55 and 20. RGB value is (84,85,32). Sum of RGB (Red+Green+Blue) = 84+85+32=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #545520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545520 is #ABAADF. Grayscale: #4E4E4E. Windows color (decimal): -11250400 or 2118996. OLE color: 2118996.
HSL color Cylindrical-coordinate representation of color #545520: hue angle of 61.13º 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 #545520 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 32 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.67 |
| HSL | 61.13º | 0.45% | 0.23% | - |
| HSV(B) | 61.13º | 0.62% | 0.33% | - |
| XYZ | 7.17 | 8.49 | 2.63 | - |
| YUV | 78.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 32 | 0.01 | 0 | 0.62 | 0.67 | 61.13 | 0.45 | 0.23 |
| Hex | 54 | 55 | 20 | 1 | 0 | 3E | 43 | 3D | 2D | 17 |
| Octal | 124 | 125 | 40 | 1 | 0 | 76 | 103 | 75 | 55 | 27 |
| Binary | 1010100 | 1010101 | 100000 | 1 | 0 | 111110 | 1000011 | 111101 | 101101 | 10111 |
Color Harmonies of #545520
Complementary color
Monochromatic Colors of #545520
Black with #545520
Text Example
Text Example
White with #545520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545520; }
p { color: rgb(84,85,32); }
H1.HeaderClassName
{
color: #545520;
}
.AnyTagClassName
{
color: #545520;
}
</style>
background-color css
<style>
a { background-color: #545520; }
a { background-color: rgb(84,85,32); }
div.DivClassName
{
background-color: #545520;
}
.BgClassName
{
background-color: #545520;
}
</style>
border-color css
<style>
span { border-color: #545520; }
span { border-color: rgb(84,85,32); }
td.TdClassName
{
border-color: #545520;
}
.TagClassName
{
border-color: #545520;
}
</style>