Shades of Army green #545117
Tints of Army green #545117
RGB
CMYK
RGB Variations
Color information
#545117 (or 0x545117) is known color: Army green. HEX triplet: 54, 51 and 17. RGB value is (84,81,23). Sum of RGB (Red+Green+Blue) = 84+81+23=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #545117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545117 is #ABAEE8. Grayscale: #4B4B4B. Windows color (decimal): -11251433 or 1528148. OLE color: 1528148.
HSL color Cylindrical-coordinate representation of color #545117: hue angle of 57.05º 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 #545117 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 23 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.67 |
| HSL | 57.05º | 0.57% | 0.21% | - |
| HSV(B) | 57.05º | 0.73% | 0.33% | - |
| XYZ | 6.75 | 7.83 | 1.97 | - |
| YUV | 75.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 23 | 0 | 0.04 | 0.73 | 0.67 | 57.05 | 0.57 | 0.21 |
| Hex | 54 | 51 | 17 | 0 | 4 | 49 | 43 | 39 | 39 | 15 |
| Octal | 124 | 121 | 27 | 0 | 4 | 111 | 103 | 71 | 71 | 25 |
| Binary | 1010100 | 1010001 | 10111 | 0 | 100 | 1001001 | 1000011 | 111001 | 111001 | 10101 |
Color Harmonies of #545117
Complementary color
Monochromatic Colors of #545117
Black with #545117
Text Example
Text Example
White with #545117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545117; }
p { color: rgb(84,81,23); }
H1.HeaderClassName
{
color: #545117;
}
.AnyTagClassName
{
color: #545117;
}
</style>
background-color css
<style>
a { background-color: #545117; }
a { background-color: rgb(84,81,23); }
div.DivClassName
{
background-color: #545117;
}
.BgClassName
{
background-color: #545117;
}
</style>
border-color css
<style>
span { border-color: #545117; }
span { border-color: rgb(84,81,23); }
td.TdClassName
{
border-color: #545117;
}
.TagClassName
{
border-color: #545117;
}
</style>