Shades of Army green #49501F
Tints of Army green #49501F
RGB
CMYK
RGB Variations
Color information
#49501F (or 0x49501F) is known color: Army green. HEX triplet: 49, 50 and 1F. RGB value is (73,80,31). Sum of RGB (Red+Green+Blue) = 73+80+31=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #49501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49501F is #B6AFE0. Grayscale: #484848. Windows color (decimal): -11972577 or 2052169. OLE color: 2052169.
HSL color Cylindrical-coordinate representation of color #49501F: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49501F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 31 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.69 |
| HSL | 68.57º | 0.44% | 0.22% | - |
| HSV(B) | 68.57º | 0.61% | 0.31% | - |
| XYZ | 5.86 | 7.25 | 2.39 | - |
| YUV | 72.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 31 | 0.09 | 0 | 0.61 | 0.69 | 68.57 | 0.44 | 0.22 |
| Hex | 49 | 50 | 1F | 9 | 0 | 3D | 45 | 45 | 2C | 16 |
| Octal | 111 | 120 | 37 | 11 | 0 | 75 | 105 | 105 | 54 | 26 |
| Binary | 1001001 | 1010000 | 11111 | 1001 | 0 | 111101 | 1000101 | 1000101 | 101100 | 10110 |
Color Harmonies of #49501F
Complementary color
Monochromatic Colors of #49501F
Black with #49501F
Text Example
Text Example
White with #49501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49501F; }
p { color: rgb(73,80,31); }
H1.HeaderClassName
{
color: #49501F;
}
.AnyTagClassName
{
color: #49501F;
}
</style>
background-color css
<style>
a { background-color: #49501F; }
a { background-color: rgb(73,80,31); }
div.DivClassName
{
background-color: #49501F;
}
.BgClassName
{
background-color: #49501F;
}
</style>
border-color css
<style>
span { border-color: #49501F; }
span { border-color: rgb(73,80,31); }
td.TdClassName
{
border-color: #49501F;
}
.TagClassName
{
border-color: #49501F;
}
</style>