Shades of Army green #545A19
Tints of Army green #545A19
RGB
CMYK
RGB Variations
Color information
#545A19 (or 0x545A19) is known color: Army green. HEX triplet: 54, 5A and 19. RGB value is (84,90,25). Sum of RGB (Red+Green+Blue) = 84+90+25=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #545A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545A19 is #ABA5E6. Grayscale: #515151. Windows color (decimal): -11249127 or 1661524. OLE color: 1661524.
HSL color Cylindrical-coordinate representation of color #545A19: hue angle of 65.54º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #545A19 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 25 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.65 |
| HSL | 65.54º | 0.57% | 0.23% | - |
| HSV(B) | 65.54º | 0.72% | 0.35% | - |
| XYZ | 7.49 | 9.27 | 2.31 | - |
| YUV | 80.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 25 | 0.07 | 0 | 0.72 | 0.65 | 65.54 | 0.57 | 0.23 |
| Hex | 54 | 5A | 19 | 7 | 0 | 48 | 41 | 42 | 39 | 17 |
| Octal | 124 | 132 | 31 | 7 | 0 | 110 | 101 | 102 | 71 | 27 |
| Binary | 1010100 | 1011010 | 11001 | 111 | 0 | 1001000 | 1000001 | 1000010 | 111001 | 10111 |
Color Harmonies of #545A19
Complementary color
Monochromatic Colors of #545A19
Black with #545A19
Text Example
Text Example
White with #545A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A19; }
p { color: rgb(84,90,25); }
H1.HeaderClassName
{
color: #545A19;
}
.AnyTagClassName
{
color: #545A19;
}
</style>
background-color css
<style>
a { background-color: #545A19; }
a { background-color: rgb(84,90,25); }
div.DivClassName
{
background-color: #545A19;
}
.BgClassName
{
background-color: #545A19;
}
</style>
border-color css
<style>
span { border-color: #545A19; }
span { border-color: rgb(84,90,25); }
td.TdClassName
{
border-color: #545A19;
}
.TagClassName
{
border-color: #545A19;
}
</style>