Shades of Army green #545B19
Tints of Army green #545B19
RGB
CMYK
RGB Variations
Color information
#545B19 (or 0x545B19) is known color: Army green. HEX triplet: 54, 5B and 19. RGB value is (84,91,25). Sum of RGB (Red+Green+Blue) = 84+91+25=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #545B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545B19 is #ABA4E6. Grayscale: #515151. Windows color (decimal): -11248871 or 1661780. OLE color: 1661780.
HSL color Cylindrical-coordinate representation of color #545B19: hue angle of 66.36º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #545B19 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 91 | 25 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.64 |
| HSL | 66.36º | 0.57% | 0.23% | - |
| HSV(B) | 66.36º | 0.73% | 0.36% | - |
| XYZ | 7.57 | 9.44 | 2.34 | - |
| YUV | 81.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 25 | 0.08 | 0 | 0.73 | 0.64 | 66.36 | 0.57 | 0.23 |
| Hex | 54 | 5B | 19 | 8 | 0 | 49 | 40 | 42 | 39 | 17 |
| Octal | 124 | 133 | 31 | 10 | 0 | 111 | 100 | 102 | 71 | 27 |
| Binary | 1010100 | 1011011 | 11001 | 1000 | 0 | 1001001 | 1000000 | 1000010 | 111001 | 10111 |
Color Harmonies of #545B19
Complementary color
Monochromatic Colors of #545B19
Black with #545B19
Text Example
Text Example
White with #545B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B19; }
p { color: rgb(84,91,25); }
H1.HeaderClassName
{
color: #545B19;
}
.AnyTagClassName
{
color: #545B19;
}
</style>
background-color css
<style>
a { background-color: #545B19; }
a { background-color: rgb(84,91,25); }
div.DivClassName
{
background-color: #545B19;
}
.BgClassName
{
background-color: #545B19;
}
</style>
border-color css
<style>
span { border-color: #545B19; }
span { border-color: rgb(84,91,25); }
td.TdClassName
{
border-color: #545B19;
}
.TagClassName
{
border-color: #545B19;
}
</style>