Shades of Army green #545112
Tints of Army green #545112
RGB
CMYK
RGB Variations
Color information
#545112 (or 0x545112) is known color: Army green. HEX triplet: 54, 51 and 12. RGB value is (84,81,18). Sum of RGB (Red+Green+Blue) = 84+81+18=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #545112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545112 is #ABAEED. Grayscale: #4A4A4A. Windows color (decimal): -11251438 or 1200468. OLE color: 1200468.
HSL color Cylindrical-coordinate representation of color #545112: hue angle of 57.27º 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 #545112 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 18 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.67 |
| HSL | 57.27º | 0.65% | 0.2% | - |
| HSV(B) | 57.27º | 0.79% | 0.33% | - |
| XYZ | 6.71 | 7.81 | 1.73 | - |
| YUV | 74.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 18 | 0 | 0.04 | 0.79 | 0.67 | 57.27 | 0.65 | 0.2 |
| Hex | 54 | 51 | 12 | 0 | 4 | 4F | 43 | 39 | 41 | 14 |
| Octal | 124 | 121 | 22 | 0 | 4 | 117 | 103 | 71 | 101 | 24 |
| Binary | 1010100 | 1010001 | 10010 | 0 | 100 | 1001111 | 1000011 | 111001 | 1000001 | 10100 |
Color Harmonies of #545112
Complementary color
Monochromatic Colors of #545112
Black with #545112
Text Example
Text Example
White with #545112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545112; }
p { color: rgb(84,81,18); }
H1.HeaderClassName
{
color: #545112;
}
.AnyTagClassName
{
color: #545112;
}
</style>
background-color css
<style>
a { background-color: #545112; }
a { background-color: rgb(84,81,18); }
div.DivClassName
{
background-color: #545112;
}
.BgClassName
{
background-color: #545112;
}
</style>
border-color css
<style>
span { border-color: #545112; }
span { border-color: rgb(84,81,18); }
td.TdClassName
{
border-color: #545112;
}
.TagClassName
{
border-color: #545112;
}
</style>