Shades of Army green #54611C
Tints of Army green #54611C
RGB
CMYK
RGB Variations
Color information
#54611C (or 0x54611C) is known color: Army green. HEX triplet: 54, 61 and 1C. RGB value is (84,97,28). Sum of RGB (Red+Green+Blue) = 84+97+28=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #54611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54611C is #AB9EE3. Grayscale: #555555. Windows color (decimal): -11247332 or 1859924. OLE color: 1859924.
HSL color Cylindrical-coordinate representation of color #54611C: hue angle of 71.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54611C is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 28 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.62 |
| HSL | 71.3º | 0.55% | 0.25% | - |
| HSV(B) | 71.3º | 0.71% | 0.38% | - |
| XYZ | 8.14 | 10.52 | 2.7 | - |
| YUV | 85.25 | 95.69 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 28 | 0.13 | 0 | 0.71 | 0.62 | 71.3 | 0.55 | 0.25 |
| Hex | 54 | 61 | 1C | D | 0 | 47 | 3E | 47 | 37 | 19 |
| Octal | 124 | 141 | 34 | 15 | 0 | 107 | 76 | 107 | 67 | 31 |
| Binary | 1010100 | 1100001 | 11100 | 1101 | 0 | 1000111 | 111110 | 1000111 | 110111 | 11001 |
Color Harmonies of #54611C
Complementary color
Monochromatic Colors of #54611C
Black with #54611C
Text Example
Text Example
White with #54611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54611C; }
p { color: rgb(84,97,28); }
H1.HeaderClassName
{
color: #54611C;
}
.AnyTagClassName
{
color: #54611C;
}
</style>
background-color css
<style>
a { background-color: #54611C; }
a { background-color: rgb(84,97,28); }
div.DivClassName
{
background-color: #54611C;
}
.BgClassName
{
background-color: #54611C;
}
</style>
border-color css
<style>
span { border-color: #54611C; }
span { border-color: rgb(84,97,28); }
td.TdClassName
{
border-color: #54611C;
}
.TagClassName
{
border-color: #54611C;
}
</style>