Shades of Army green #545415
Tints of Army green #545415
RGB
CMYK
RGB Variations
Color information
#545415 (or 0x545415) is known color: Army green. HEX triplet: 54, 54 and 15. RGB value is (84,84,21). Sum of RGB (Red+Green+Blue) = 84+84+21=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545415 is #ABABEA. Grayscale: #4D4D4D. Windows color (decimal): -11250667 or 1397844. OLE color: 1397844.
HSL color Cylindrical-coordinate representation of color #545415: hue angle of 60º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #545415 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 84 | 21 | - |
| CMYK | 0 | 0 | 0.75 | 0.67 |
| HSL | 60º | 0.6% | 0.21% | - |
| HSV(B) | 60º | 0.75% | 0.33% | - |
| XYZ | 6.96 | 8.28 | 1.94 | - |
| YUV | 76.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 21 | 0 | 0 | 0.75 | 0.67 | 60 | 0.6 | 0.21 |
| Hex | 54 | 54 | 15 | 0 | 0 | 4B | 43 | 3C | 3C | 15 |
| Octal | 124 | 124 | 25 | 0 | 0 | 113 | 103 | 74 | 74 | 25 |
| Binary | 1010100 | 1010100 | 10101 | 0 | 0 | 1001011 | 1000011 | 111100 | 111100 | 10101 |
Color Harmonies of #545415
Complementary color
Monochromatic Colors of #545415
Black with #545415
Text Example
Text Example
White with #545415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545415; }
p { color: rgb(84,84,21); }
H1.HeaderClassName
{
color: #545415;
}
.AnyTagClassName
{
color: #545415;
}
</style>
background-color css
<style>
a { background-color: #545415; }
a { background-color: rgb(84,84,21); }
div.DivClassName
{
background-color: #545415;
}
.BgClassName
{
background-color: #545415;
}
</style>
border-color css
<style>
span { border-color: #545415; }
span { border-color: rgb(84,84,21); }
td.TdClassName
{
border-color: #545415;
}
.TagClassName
{
border-color: #545415;
}
</style>