Shades of Army green #545919
Tints of Army green #545919
RGB
CMYK
RGB Variations
Color information
#545919 (or 0x545919) is known color: Army green. HEX triplet: 54, 59 and 19. RGB value is (84,89,25). Sum of RGB (Red+Green+Blue) = 84+89+25=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #545919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545919 is #ABA6E6. Grayscale: #505050. Windows color (decimal): -11249383 or 1661268. OLE color: 1661268.
HSL color Cylindrical-coordinate representation of color #545919: hue angle of 64.69º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #545919 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 25 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.65 |
| HSL | 64.69º | 0.56% | 0.22% | - |
| HSV(B) | 64.69º | 0.72% | 0.35% | - |
| XYZ | 7.4 | 9.1 | 2.29 | - |
| YUV | 80.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 25 | 0.06 | 0 | 0.72 | 0.65 | 64.69 | 0.56 | 0.22 |
| Hex | 54 | 59 | 19 | 6 | 0 | 48 | 41 | 41 | 38 | 16 |
| Octal | 124 | 131 | 31 | 6 | 0 | 110 | 101 | 101 | 70 | 26 |
| Binary | 1010100 | 1011001 | 11001 | 110 | 0 | 1001000 | 1000001 | 1000001 | 111000 | 10110 |
Color Harmonies of #545919
Complementary color
Monochromatic Colors of #545919
Black with #545919
Text Example
Text Example
White with #545919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545919; }
p { color: rgb(84,89,25); }
H1.HeaderClassName
{
color: #545919;
}
.AnyTagClassName
{
color: #545919;
}
</style>
background-color css
<style>
a { background-color: #545919; }
a { background-color: rgb(84,89,25); }
div.DivClassName
{
background-color: #545919;
}
.BgClassName
{
background-color: #545919;
}
</style>
border-color css
<style>
span { border-color: #545919; }
span { border-color: rgb(84,89,25); }
td.TdClassName
{
border-color: #545919;
}
.TagClassName
{
border-color: #545919;
}
</style>