Shades of Army green #545412
Tints of Army green #545412
RGB
CMYK
RGB Variations
Color information
#545412 (or 0x545412) is known color: Army green. HEX triplet: 54, 54 and 12. RGB value is (84,84,18). Sum of RGB (Red+Green+Blue) = 84+84+18=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545412 is #ABABED. Grayscale: #4C4C4C. Windows color (decimal): -11250670 or 1201236. OLE color: 1201236.
HSL color Cylindrical-coordinate representation of color #545412: hue angle of 60º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #545412 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 18 | - |
| CMYK | 0 | 0 | 0.79 | 0.67 |
| HSL | 60º | 0.65% | 0.2% | - |
| HSV(B) | 60º | 0.79% | 0.33% | - |
| XYZ | 6.94 | 8.27 | 1.8 | - |
| YUV | 76.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 18 | 0 | 0 | 0.79 | 0.67 | 60 | 0.65 | 0.2 |
| Hex | 54 | 54 | 12 | 0 | 0 | 4F | 43 | 3C | 41 | 14 |
| Octal | 124 | 124 | 22 | 0 | 0 | 117 | 103 | 74 | 101 | 24 |
| Binary | 1010100 | 1010100 | 10010 | 0 | 0 | 1001111 | 1000011 | 111100 | 1000001 | 10100 |
Color Harmonies of #545412
Complementary color
Monochromatic Colors of #545412
Black with #545412
Text Example
Text Example
White with #545412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545412; }
p { color: rgb(84,84,18); }
H1.HeaderClassName
{
color: #545412;
}
.AnyTagClassName
{
color: #545412;
}
</style>
background-color css
<style>
a { background-color: #545412; }
a { background-color: rgb(84,84,18); }
div.DivClassName
{
background-color: #545412;
}
.BgClassName
{
background-color: #545412;
}
</style>
border-color css
<style>
span { border-color: #545412; }
span { border-color: rgb(84,84,18); }
td.TdClassName
{
border-color: #545412;
}
.TagClassName
{
border-color: #545412;
}
</style>