Shades of Army green #54521C
Tints of Army green #54521C
RGB
CMYK
RGB Variations
Color information
#54521C (or 0x54521C) is known color: Army green. HEX triplet: 54, 52 and 1C. RGB value is (84,82,28). Sum of RGB (Red+Green+Blue) = 84+82+28=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #54521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54521C is #ABADE3. Grayscale: #4C4C4C. Windows color (decimal): -11251172 or 1856084. OLE color: 1856084.
HSL color Cylindrical-coordinate representation of color #54521C: hue angle of 57.86º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54521C is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 28 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.67 |
| HSL | 57.86º | 0.5% | 0.22% | - |
| HSV(B) | 57.86º | 0.67% | 0.33% | - |
| XYZ | 6.88 | 8 | 2.28 | - |
| YUV | 76.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 28 | 0 | 0.02 | 0.67 | 0.67 | 57.86 | 0.5 | 0.22 |
| Hex | 54 | 52 | 1C | 0 | 2 | 43 | 43 | 3A | 32 | 16 |
| Octal | 124 | 122 | 34 | 0 | 2 | 103 | 103 | 72 | 62 | 26 |
| Binary | 1010100 | 1010010 | 11100 | 0 | 10 | 1000011 | 1000011 | 111010 | 110010 | 10110 |
Color Harmonies of #54521C
Complementary color
Monochromatic Colors of #54521C
Black with #54521C
Text Example
Text Example
White with #54521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54521C; }
p { color: rgb(84,82,28); }
H1.HeaderClassName
{
color: #54521C;
}
.AnyTagClassName
{
color: #54521C;
}
</style>
background-color css
<style>
a { background-color: #54521C; }
a { background-color: rgb(84,82,28); }
div.DivClassName
{
background-color: #54521C;
}
.BgClassName
{
background-color: #54521C;
}
</style>
border-color css
<style>
span { border-color: #54521C; }
span { border-color: rgb(84,82,28); }
td.TdClassName
{
border-color: #54521C;
}
.TagClassName
{
border-color: #54521C;
}
</style>