Shades of Army green #545517
Tints of Army green #545517
RGB
CMYK
RGB Variations
Color information
#545517 (or 0x545517) is known color: Army green. HEX triplet: 54, 55 and 17. RGB value is (84,85,23). Sum of RGB (Red+Green+Blue) = 84+85+23=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #545517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545517 is #ABAAE8. Grayscale: #4D4D4D. Windows color (decimal): -11250409 or 1529172. OLE color: 1529172.
HSL color Cylindrical-coordinate representation of color #545517: hue angle of 60.97º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #545517 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 23 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.67 |
| HSL | 60.97º | 0.57% | 0.21% | - |
| HSV(B) | 60.97º | 0.73% | 0.33% | - |
| XYZ | 7.06 | 8.44 | 2.07 | - |
| YUV | 77.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 23 | 0.01 | 0 | 0.73 | 0.67 | 60.97 | 0.57 | 0.21 |
| Hex | 54 | 55 | 17 | 1 | 0 | 49 | 43 | 3D | 39 | 15 |
| Octal | 124 | 125 | 27 | 1 | 0 | 111 | 103 | 75 | 71 | 25 |
| Binary | 1010100 | 1010101 | 10111 | 1 | 0 | 1001001 | 1000011 | 111101 | 111001 | 10101 |
Color Harmonies of #545517
Complementary color
Monochromatic Colors of #545517
Black with #545517
Text Example
Text Example
White with #545517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545517; }
p { color: rgb(84,85,23); }
H1.HeaderClassName
{
color: #545517;
}
.AnyTagClassName
{
color: #545517;
}
</style>
background-color css
<style>
a { background-color: #545517; }
a { background-color: rgb(84,85,23); }
div.DivClassName
{
background-color: #545517;
}
.BgClassName
{
background-color: #545517;
}
</style>
border-color css
<style>
span { border-color: #545517; }
span { border-color: rgb(84,85,23); }
td.TdClassName
{
border-color: #545517;
}
.TagClassName
{
border-color: #545517;
}
</style>