Shades of Army green #545915
Tints of Army green #545915
RGB
CMYK
RGB Variations
Color information
#545915 (or 0x545915) is known color: Army green. HEX triplet: 54, 59 and 15. RGB value is (84,89,21). Sum of RGB (Red+Green+Blue) = 84+89+21=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #545915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545915 is #ABA6EA. Grayscale: #505050. Windows color (decimal): -11249387 or 1399124. OLE color: 1399124.
HSL color Cylindrical-coordinate representation of color #545915: hue angle of 64.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #545915 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 89 | 21 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.65 |
| HSL | 64.41º | 0.62% | 0.22% | - |
| HSV(B) | 64.41º | 0.76% | 0.35% | - |
| XYZ | 7.36 | 9.08 | 2.07 | - |
| YUV | 79.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 21 | 0.06 | 0 | 0.76 | 0.65 | 64.41 | 0.62 | 0.22 |
| Hex | 54 | 59 | 15 | 6 | 0 | 4C | 41 | 40 | 3E | 16 |
| Octal | 124 | 131 | 25 | 6 | 0 | 114 | 101 | 100 | 76 | 26 |
| Binary | 1010100 | 1011001 | 10101 | 110 | 0 | 1001100 | 1000001 | 1000000 | 111110 | 10110 |
Color Harmonies of #545915
Complementary color
Monochromatic Colors of #545915
Black with #545915
Text Example
Text Example
White with #545915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545915; }
p { color: rgb(84,89,21); }
H1.HeaderClassName
{
color: #545915;
}
.AnyTagClassName
{
color: #545915;
}
</style>
background-color css
<style>
a { background-color: #545915; }
a { background-color: rgb(84,89,21); }
div.DivClassName
{
background-color: #545915;
}
.BgClassName
{
background-color: #545915;
}
</style>
border-color css
<style>
span { border-color: #545915; }
span { border-color: rgb(84,89,21); }
td.TdClassName
{
border-color: #545915;
}
.TagClassName
{
border-color: #545915;
}
</style>