Shades of Army green #545419
Tints of Army green #545419
RGB
CMYK
RGB Variations
Color information
#545419 (or 0x545419) is known color: Army green. HEX triplet: 54, 54 and 19. RGB value is (84,84,25). Sum of RGB (Red+Green+Blue) = 84+84+25=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545419 is #ABABE6. Grayscale: #4D4D4D. Windows color (decimal): -11250663 or 1659988. OLE color: 1659988.
HSL color Cylindrical-coordinate representation of color #545419: hue angle of 60º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #545419 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 25 | - |
| CMYK | 0 | 0 | 0.70 | 0.67 |
| HSL | 60º | 0.54% | 0.21% | - |
| HSV(B) | 60º | 0.7% | 0.33% | - |
| XYZ | 7 | 8.3 | 2.15 | - |
| YUV | 77.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 25 | 0 | 0 | 0.70 | 0.67 | 60 | 0.54 | 0.21 |
| Hex | 54 | 54 | 19 | 0 | 0 | 46 | 43 | 3C | 36 | 15 |
| Octal | 124 | 124 | 31 | 0 | 0 | 106 | 103 | 74 | 66 | 25 |
| Binary | 1010100 | 1010100 | 11001 | 0 | 0 | 1000110 | 1000011 | 111100 | 110110 | 10101 |
Color Harmonies of #545419
Complementary color
Monochromatic Colors of #545419
Black with #545419
Text Example
Text Example
White with #545419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545419; }
p { color: rgb(84,84,25); }
H1.HeaderClassName
{
color: #545419;
}
.AnyTagClassName
{
color: #545419;
}
</style>
background-color css
<style>
a { background-color: #545419; }
a { background-color: rgb(84,84,25); }
div.DivClassName
{
background-color: #545419;
}
.BgClassName
{
background-color: #545419;
}
</style>
border-color css
<style>
span { border-color: #545419; }
span { border-color: rgb(84,84,25); }
td.TdClassName
{
border-color: #545419;
}
.TagClassName
{
border-color: #545419;
}
</style>