Shades of Army green #54500E
Tints of Army green #54500E
RGB
CMYK
RGB Variations
Color information
#54500E (or 0x54500E) is known color: Army green. HEX triplet: 54, 50 and 0E. RGB value is (84,80,14). Sum of RGB (Red+Green+Blue) = 84+80+14=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54500E is #ABAFF1. Grayscale: #494949. Windows color (decimal): -11251698 or 938068. OLE color: 938068.
HSL color Cylindrical-coordinate representation of color #54500E: hue angle of 56.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54500E is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 14 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.67 |
| HSL | 56.57º | 0.71% | 0.19% | - |
| HSV(B) | 56.57º | 0.83% | 0.33% | - |
| XYZ | 6.6 | 7.65 | 1.54 | - |
| YUV | 73.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 14 | 0 | 0.05 | 0.83 | 0.67 | 56.57 | 0.71 | 0.19 |
| Hex | 54 | 50 | E | 0 | 5 | 53 | 43 | 39 | 47 | 13 |
| Octal | 124 | 120 | 16 | 0 | 5 | 123 | 103 | 71 | 107 | 23 |
| Binary | 1010100 | 1010000 | 1110 | 0 | 101 | 1010011 | 1000011 | 111001 | 1000111 | 10011 |
Color Harmonies of #54500E
Complementary color
Monochromatic Colors of #54500E
Black with #54500E
Text Example
Text Example
White with #54500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54500E; }
p { color: rgb(84,80,14); }
H1.HeaderClassName
{
color: #54500E;
}
.AnyTagClassName
{
color: #54500E;
}
</style>
background-color css
<style>
a { background-color: #54500E; }
a { background-color: rgb(84,80,14); }
div.DivClassName
{
background-color: #54500E;
}
.BgClassName
{
background-color: #54500E;
}
</style>
border-color css
<style>
span { border-color: #54500E; }
span { border-color: rgb(84,80,14); }
td.TdClassName
{
border-color: #54500E;
}
.TagClassName
{
border-color: #54500E;
}
</style>