Shades of Army green #545715
Tints of Army green #545715
RGB
CMYK
RGB Variations
Color information
#545715 (or 0x545715) is known color: Army green. HEX triplet: 54, 57 and 15. RGB value is (84,87,21). Sum of RGB (Red+Green+Blue) = 84+87+21=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #545715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545715 is #ABA8EA. Grayscale: #4E4E4E. Windows color (decimal): -11249899 or 1398612. OLE color: 1398612.
HSL color Cylindrical-coordinate representation of color #545715: hue angle of 62.73º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #545715 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 87 | 21 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.66 |
| HSL | 62.73º | 0.61% | 0.21% | - |
| HSV(B) | 62.73º | 0.76% | 0.34% | - |
| XYZ | 7.2 | 8.76 | 2.02 | - |
| YUV | 78.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 87 | 21 | 0.03 | 0 | 0.76 | 0.66 | 62.73 | 0.61 | 0.21 |
| Hex | 54 | 57 | 15 | 3 | 0 | 4C | 42 | 3F | 3D | 15 |
| Octal | 124 | 127 | 25 | 3 | 0 | 114 | 102 | 77 | 75 | 25 |
| Binary | 1010100 | 1010111 | 10101 | 11 | 0 | 1001100 | 1000010 | 111111 | 111101 | 10101 |
Color Harmonies of #545715
Complementary color
Monochromatic Colors of #545715
Black with #545715
Text Example
Text Example
White with #545715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545715; }
p { color: rgb(84,87,21); }
H1.HeaderClassName
{
color: #545715;
}
.AnyTagClassName
{
color: #545715;
}
</style>
background-color css
<style>
a { background-color: #545715; }
a { background-color: rgb(84,87,21); }
div.DivClassName
{
background-color: #545715;
}
.BgClassName
{
background-color: #545715;
}
</style>
border-color css
<style>
span { border-color: #545715; }
span { border-color: rgb(84,87,21); }
td.TdClassName
{
border-color: #545715;
}
.TagClassName
{
border-color: #545715;
}
</style>