Shades of Army green #54521E
Tints of Army green #54521E
RGB
CMYK
RGB Variations
Color information
#54521E (or 0x54521E) is known color: Army green. HEX triplet: 54, 52 and 1E. RGB value is (84,82,30). Sum of RGB (Red+Green+Blue) = 84+82+30=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54521E is #ABADE1. Grayscale: #4C4C4C. Windows color (decimal): -11251170 or 1987156. OLE color: 1987156.
HSL color Cylindrical-coordinate representation of color #54521E: hue angle of 57.78º 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 #54521E is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 30 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.67 |
| HSL | 57.78º | 0.47% | 0.22% | - |
| HSV(B) | 57.78º | 0.64% | 0.33% | - |
| XYZ | 6.91 | 8.01 | 2.41 | - |
| YUV | 76.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 30 | 0 | 0.02 | 0.64 | 0.67 | 57.78 | 0.47 | 0.22 |
| Hex | 54 | 52 | 1E | 0 | 2 | 40 | 43 | 3A | 2F | 16 |
| Octal | 124 | 122 | 36 | 0 | 2 | 100 | 103 | 72 | 57 | 26 |
| Binary | 1010100 | 1010010 | 11110 | 0 | 10 | 1000000 | 1000011 | 111010 | 101111 | 10110 |
Color Harmonies of #54521E
Complementary color
Monochromatic Colors of #54521E
Black with #54521E
Text Example
Text Example
White with #54521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54521E; }
p { color: rgb(84,82,30); }
H1.HeaderClassName
{
color: #54521E;
}
.AnyTagClassName
{
color: #54521E;
}
</style>
background-color css
<style>
a { background-color: #54521E; }
a { background-color: rgb(84,82,30); }
div.DivClassName
{
background-color: #54521E;
}
.BgClassName
{
background-color: #54521E;
}
</style>
border-color css
<style>
span { border-color: #54521E; }
span { border-color: rgb(84,82,30); }
td.TdClassName
{
border-color: #54521E;
}
.TagClassName
{
border-color: #54521E;
}
</style>