Shades of Army green #49511D
Tints of Army green #49511D
RGB
CMYK
RGB Variations
Color information
#49511D (or 0x49511D) is known color: Army green. HEX triplet: 49, 51 and 1D. RGB value is (73,81,29). Sum of RGB (Red+Green+Blue) = 73+81+29=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #49511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49511D is #B6AEE2. Grayscale: #484848. Windows color (decimal): -11972323 or 1921353. OLE color: 1921353.
HSL color Cylindrical-coordinate representation of color #49511D: hue angle of 69.23º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49511D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 29 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.68 |
| HSL | 69.23º | 0.47% | 0.22% | - |
| HSV(B) | 69.23º | 0.64% | 0.32% | - |
| XYZ | 5.91 | 7.39 | 2.28 | - |
| YUV | 72.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 29 | 0.10 | 0 | 0.64 | 0.68 | 69.23 | 0.47 | 0.22 |
| Hex | 49 | 51 | 1D | A | 0 | 40 | 44 | 45 | 2F | 16 |
| Octal | 111 | 121 | 35 | 12 | 0 | 100 | 104 | 105 | 57 | 26 |
| Binary | 1001001 | 1010001 | 11101 | 1010 | 0 | 1000000 | 1000100 | 1000101 | 101111 | 10110 |
Color Harmonies of #49511D
Complementary color
Monochromatic Colors of #49511D
Black with #49511D
Text Example
Text Example
White with #49511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49511D; }
p { color: rgb(73,81,29); }
H1.HeaderClassName
{
color: #49511D;
}
.AnyTagClassName
{
color: #49511D;
}
</style>
background-color css
<style>
a { background-color: #49511D; }
a { background-color: rgb(73,81,29); }
div.DivClassName
{
background-color: #49511D;
}
.BgClassName
{
background-color: #49511D;
}
</style>
border-color css
<style>
span { border-color: #49511D; }
span { border-color: rgb(73,81,29); }
td.TdClassName
{
border-color: #49511D;
}
.TagClassName
{
border-color: #49511D;
}
</style>