Shades of Army green #54520F
Tints of Army green #54520F
RGB
CMYK
RGB Variations
Color information
#54520F (or 0x54520F) is known color: Army green. HEX triplet: 54, 52 and 0F. RGB value is (84,82,15). Sum of RGB (Red+Green+Blue) = 84+82+15=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54520F is #ABADF0. Grayscale: #4B4B4B. Windows color (decimal): -11251185 or 1004116. OLE color: 1004116.
HSL color Cylindrical-coordinate representation of color #54520F: hue angle of 58.26º 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 #54520F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 15 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.67 |
| HSL | 58.26º | 0.7% | 0.19% | - |
| HSV(B) | 58.26º | 0.82% | 0.33% | - |
| XYZ | 6.76 | 7.95 | 1.63 | - |
| YUV | 74.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 15 | 0 | 0.02 | 0.82 | 0.67 | 58.26 | 0.7 | 0.19 |
| Hex | 54 | 52 | F | 0 | 2 | 52 | 43 | 3A | 46 | 13 |
| Octal | 124 | 122 | 17 | 0 | 2 | 122 | 103 | 72 | 106 | 23 |
| Binary | 1010100 | 1010010 | 1111 | 0 | 10 | 1010010 | 1000011 | 111010 | 1000110 | 10011 |
Color Harmonies of #54520F
Complementary color
Monochromatic Colors of #54520F
Black with #54520F
Text Example
Text Example
White with #54520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54520F; }
p { color: rgb(84,82,15); }
H1.HeaderClassName
{
color: #54520F;
}
.AnyTagClassName
{
color: #54520F;
}
</style>
background-color css
<style>
a { background-color: #54520F; }
a { background-color: rgb(84,82,15); }
div.DivClassName
{
background-color: #54520F;
}
.BgClassName
{
background-color: #54520F;
}
</style>
border-color css
<style>
span { border-color: #54520F; }
span { border-color: rgb(84,82,15); }
td.TdClassName
{
border-color: #54520F;
}
.TagClassName
{
border-color: #54520F;
}
</style>