Shades of Army green #545519
Tints of Army green #545519
RGB
CMYK
RGB Variations
Color information
#545519 (or 0x545519) is known color: Army green. HEX triplet: 54, 55 and 19. RGB value is (84,85,25). Sum of RGB (Red+Green+Blue) = 84+85+25=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #545519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545519 is #ABAAE6. Grayscale: #4E4E4E. Windows color (decimal): -11250407 or 1660244. OLE color: 1660244.
HSL color Cylindrical-coordinate representation of color #545519: hue angle of 61º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #545519 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 85 | 25 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.67 |
| HSL | 61º | 0.55% | 0.22% | - |
| HSV(B) | 61º | 0.71% | 0.33% | - |
| XYZ | 7.08 | 8.45 | 2.18 | - |
| YUV | 77.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 25 | 0.01 | 0 | 0.71 | 0.67 | 61 | 0.55 | 0.22 |
| Hex | 54 | 55 | 19 | 1 | 0 | 47 | 43 | 3D | 37 | 16 |
| Octal | 124 | 125 | 31 | 1 | 0 | 107 | 103 | 75 | 67 | 26 |
| Binary | 1010100 | 1010101 | 11001 | 1 | 0 | 1000111 | 1000011 | 111101 | 110111 | 10110 |
Color Harmonies of #545519
Complementary color
Monochromatic Colors of #545519
Black with #545519
Text Example
Text Example
White with #545519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545519; }
p { color: rgb(84,85,25); }
H1.HeaderClassName
{
color: #545519;
}
.AnyTagClassName
{
color: #545519;
}
</style>
background-color css
<style>
a { background-color: #545519; }
a { background-color: rgb(84,85,25); }
div.DivClassName
{
background-color: #545519;
}
.BgClassName
{
background-color: #545519;
}
</style>
border-color css
<style>
span { border-color: #545519; }
span { border-color: rgb(84,85,25); }
td.TdClassName
{
border-color: #545519;
}
.TagClassName
{
border-color: #545519;
}
</style>