Shades of Army green #54531D
Tints of Army green #54531D
RGB
CMYK
RGB Variations
Color information
#54531D (or 0x54531D) is known color: Army green. HEX triplet: 54, 53 and 1D. RGB value is (84,83,29). Sum of RGB (Red+Green+Blue) = 84+83+29=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54531D is #ABACE2. Grayscale: #4D4D4D. Windows color (decimal): -11250915 or 1921876. OLE color: 1921876.
HSL color Cylindrical-coordinate representation of color #54531D: hue angle of 58.91º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54531D is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 83 | 29 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.67 |
| HSL | 58.91º | 0.49% | 0.22% | - |
| HSV(B) | 58.91º | 0.65% | 0.33% | - |
| XYZ | 6.97 | 8.16 | 2.37 | - |
| YUV | 77.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 29 | 0 | 0.01 | 0.65 | 0.67 | 58.91 | 0.49 | 0.22 |
| Hex | 54 | 53 | 1D | 0 | 1 | 41 | 43 | 3B | 31 | 16 |
| Octal | 124 | 123 | 35 | 0 | 1 | 101 | 103 | 73 | 61 | 26 |
| Binary | 1010100 | 1010011 | 11101 | 0 | 1 | 1000001 | 1000011 | 111011 | 110001 | 10110 |
Color Harmonies of #54531D
Complementary color
Monochromatic Colors of #54531D
Black with #54531D
Text Example
Text Example
White with #54531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54531D; }
p { color: rgb(84,83,29); }
H1.HeaderClassName
{
color: #54531D;
}
.AnyTagClassName
{
color: #54531D;
}
</style>
background-color css
<style>
a { background-color: #54531D; }
a { background-color: rgb(84,83,29); }
div.DivClassName
{
background-color: #54531D;
}
.BgClassName
{
background-color: #54531D;
}
</style>
border-color css
<style>
span { border-color: #54531D; }
span { border-color: rgb(84,83,29); }
td.TdClassName
{
border-color: #54531D;
}
.TagClassName
{
border-color: #54531D;
}
</style>