Shades of Army green #46471F
Tints of Army green #46471F
RGB
CMYK
RGB Variations
Color information
#46471F (or 0x46471F) is known color: Army green. HEX triplet: 46, 47 and 1F. RGB value is (70,71,31). Sum of RGB (Red+Green+Blue) = 70+71+31=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #46471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46471F is #B9B8E0. Grayscale: #424242. Windows color (decimal): -12171489 or 2049862. OLE color: 2049862.
HSL color Cylindrical-coordinate representation of color #46471F: hue angle of 61.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46471F is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 31 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.72 |
| HSL | 61.5º | 0.39% | 0.2% | - |
| HSV(B) | 61.5º | 0.56% | 0.28% | - |
| XYZ | 5.03 | 5.91 | 2.17 | - |
| YUV | 66.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 31 | 0.01 | 0 | 0.56 | 0.72 | 61.5 | 0.39 | 0.2 |
| Hex | 46 | 47 | 1F | 1 | 0 | 38 | 48 | 3E | 27 | 14 |
| Octal | 106 | 107 | 37 | 1 | 0 | 70 | 110 | 76 | 47 | 24 |
| Binary | 1000110 | 1000111 | 11111 | 1 | 0 | 111000 | 1001000 | 111110 | 100111 | 10100 |
Color Harmonies of #46471F
Complementary color
Monochromatic Colors of #46471F
Black with #46471F
Text Example
Text Example
White with #46471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46471F; }
p { color: rgb(70,71,31); }
H1.HeaderClassName
{
color: #46471F;
}
.AnyTagClassName
{
color: #46471F;
}
</style>
background-color css
<style>
a { background-color: #46471F; }
a { background-color: rgb(70,71,31); }
div.DivClassName
{
background-color: #46471F;
}
.BgClassName
{
background-color: #46471F;
}
</style>
border-color css
<style>
span { border-color: #46471F; }
span { border-color: rgb(70,71,31); }
td.TdClassName
{
border-color: #46471F;
}
.TagClassName
{
border-color: #46471F;
}
</style>