Shades of Army green #54500F
Tints of Army green #54500F
RGB
CMYK
RGB Variations
Color information
#54500F (or 0x54500F) is known color: Army green. HEX triplet: 54, 50 and 0F. RGB value is (84,80,15). Sum of RGB (Red+Green+Blue) = 84+80+15=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #54500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54500F is #ABAFF0. Grayscale: #4A4A4A. Windows color (decimal): -11251697 or 1003604. OLE color: 1003604.
HSL color Cylindrical-coordinate representation of color #54500F: hue angle of 56.52º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54500F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 80 | 15 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.67 |
| HSL | 56.52º | 0.7% | 0.19% | - |
| HSV(B) | 56.52º | 0.82% | 0.33% | - |
| XYZ | 6.61 | 7.66 | 1.58 | - |
| YUV | 73.79 | 94.83 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 15 | 0 | 0.05 | 0.82 | 0.67 | 56.52 | 0.7 | 0.19 |
| Hex | 54 | 50 | F | 0 | 5 | 52 | 43 | 39 | 46 | 13 |
| Octal | 124 | 120 | 17 | 0 | 5 | 122 | 103 | 71 | 106 | 23 |
| Binary | 1010100 | 1010000 | 1111 | 0 | 101 | 1010010 | 1000011 | 111001 | 1000110 | 10011 |
Color Harmonies of #54500F
Complementary color
Monochromatic Colors of #54500F
Black with #54500F
Text Example
Text Example
White with #54500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54500F; }
p { color: rgb(84,80,15); }
H1.HeaderClassName
{
color: #54500F;
}
.AnyTagClassName
{
color: #54500F;
}
</style>
background-color css
<style>
a { background-color: #54500F; }
a { background-color: rgb(84,80,15); }
div.DivClassName
{
background-color: #54500F;
}
.BgClassName
{
background-color: #54500F;
}
</style>
border-color css
<style>
span { border-color: #54500F; }
span { border-color: rgb(84,80,15); }
td.TdClassName
{
border-color: #54500F;
}
.TagClassName
{
border-color: #54500F;
}
</style>