Shades of Army green #545612
Tints of Army green #545612
RGB
CMYK
RGB Variations
Color information
#545612 (or 0x545612) is known color: Army green. HEX triplet: 54, 56 and 12. RGB value is (84,86,18). Sum of RGB (Red+Green+Blue) = 84+86+18=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #545612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545612 is #ABA9ED. Grayscale: #4D4D4D. Windows color (decimal): -11250158 or 1201748. OLE color: 1201748.
HSL color Cylindrical-coordinate representation of color #545612: hue angle of 61.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #545612 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 86 | 18 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.66 |
| HSL | 61.76º | 0.65% | 0.2% | - |
| HSV(B) | 61.76º | 0.79% | 0.34% | - |
| XYZ | 7.09 | 8.58 | 1.86 | - |
| YUV | 77.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 18 | 0.02 | 0 | 0.79 | 0.66 | 61.76 | 0.65 | 0.2 |
| Hex | 54 | 56 | 12 | 2 | 0 | 4F | 42 | 3E | 41 | 14 |
| Octal | 124 | 126 | 22 | 2 | 0 | 117 | 102 | 76 | 101 | 24 |
| Binary | 1010100 | 1010110 | 10010 | 10 | 0 | 1001111 | 1000010 | 111110 | 1000001 | 10100 |
Color Harmonies of #545612
Complementary color
Monochromatic Colors of #545612
Black with #545612
Text Example
Text Example
White with #545612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545612; }
p { color: rgb(84,86,18); }
H1.HeaderClassName
{
color: #545612;
}
.AnyTagClassName
{
color: #545612;
}
</style>
background-color css
<style>
a { background-color: #545612; }
a { background-color: rgb(84,86,18); }
div.DivClassName
{
background-color: #545612;
}
.BgClassName
{
background-color: #545612;
}
</style>
border-color css
<style>
span { border-color: #545612; }
span { border-color: rgb(84,86,18); }
td.TdClassName
{
border-color: #545612;
}
.TagClassName
{
border-color: #545612;
}
</style>