Shades of Army green #54531E
Tints of Army green #54531E
RGB
CMYK
RGB Variations
Color information
#54531E (or 0x54531E) is known color: Army green. HEX triplet: 54, 53 and 1E. RGB value is (84,83,30). Sum of RGB (Red+Green+Blue) = 84+83+30=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531E is #ABACE1. Grayscale: #4D4D4D. Windows color (decimal): -11250914 or 1987412. OLE color: 1987412.
HSL color Cylindrical-coordinate representation of color #54531E: hue angle of 58.89º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54531E is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 30 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.67 |
| HSL | 58.89º | 0.47% | 0.22% | - |
| HSV(B) | 58.89º | 0.64% | 0.33% | - |
| XYZ | 6.98 | 8.17 | 2.44 | - |
| YUV | 77.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 30 | 0 | 0.01 | 0.64 | 0.67 | 58.89 | 0.47 | 0.22 |
| Hex | 54 | 53 | 1E | 0 | 1 | 40 | 43 | 3B | 2F | 16 |
| Octal | 124 | 123 | 36 | 0 | 1 | 100 | 103 | 73 | 57 | 26 |
| Binary | 1010100 | 1010011 | 11110 | 0 | 1 | 1000000 | 1000011 | 111011 | 101111 | 10110 |
Color Harmonies of #54531E
Complementary color
Monochromatic Colors of #54531E
Black with #54531E
Text Example
Text Example
White with #54531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54531E; }
p { color: rgb(84,83,30); }
H1.HeaderClassName
{
color: #54531E;
}
.AnyTagClassName
{
color: #54531E;
}
</style>
background-color css
<style>
a { background-color: #54531E; }
a { background-color: rgb(84,83,30); }
div.DivClassName
{
background-color: #54531E;
}
.BgClassName
{
background-color: #54531E;
}
</style>
border-color css
<style>
span { border-color: #54531E; }
span { border-color: rgb(84,83,30); }
td.TdClassName
{
border-color: #54531E;
}
.TagClassName
{
border-color: #54531E;
}
</style>