Shades of Army green #46491D
Tints of Army green #46491D
RGB
CMYK
RGB Variations
Color information
#46491D (or 0x46491D) is known color: Army green. HEX triplet: 46, 49 and 1D. RGB value is (70,73,29). Sum of RGB (Red+Green+Blue) = 70+73+29=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #46491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46491D is #B9B6E2. Grayscale: #434343. Windows color (decimal): -12170979 or 1919302. OLE color: 1919302.
HSL color Cylindrical-coordinate representation of color #46491D: hue angle of 64.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46491D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 29 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.71 |
| HSL | 64.09º | 0.43% | 0.2% | - |
| HSV(B) | 64.09º | 0.6% | 0.29% | - |
| XYZ | 5.13 | 6.16 | 2.08 | - |
| YUV | 67.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 29 | 0.04 | 0 | 0.60 | 0.71 | 64.09 | 0.43 | 0.2 |
| Hex | 46 | 49 | 1D | 4 | 0 | 3C | 47 | 40 | 2B | 14 |
| Octal | 106 | 111 | 35 | 4 | 0 | 74 | 107 | 100 | 53 | 24 |
| Binary | 1000110 | 1001001 | 11101 | 100 | 0 | 111100 | 1000111 | 1000000 | 101011 | 10100 |
Color Harmonies of #46491D
Complementary color
Monochromatic Colors of #46491D
Black with #46491D
Text Example
Text Example
White with #46491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46491D; }
p { color: rgb(70,73,29); }
H1.HeaderClassName
{
color: #46491D;
}
.AnyTagClassName
{
color: #46491D;
}
</style>
background-color css
<style>
a { background-color: #46491D; }
a { background-color: rgb(70,73,29); }
div.DivClassName
{
background-color: #46491D;
}
.BgClassName
{
background-color: #46491D;
}
</style>
border-color css
<style>
span { border-color: #46491D; }
span { border-color: rgb(70,73,29); }
td.TdClassName
{
border-color: #46491D;
}
.TagClassName
{
border-color: #46491D;
}
</style>