Shades of Army green #464720
Tints of Army green #464720
RGB
CMYK
RGB Variations
Color information
#464720 (or 0x464720) is known color: Army green. HEX triplet: 46, 47 and 20. RGB value is (70,71,32). Sum of RGB (Red+Green+Blue) = 70+71+32=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #464720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464720 is #B9B8DF. Grayscale: #424242. Windows color (decimal): -12171488 or 2115398. OLE color: 2115398.
HSL color Cylindrical-coordinate representation of color #464720: hue angle of 61.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464720 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 32 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.72 |
| HSL | 61.54º | 0.38% | 0.2% | - |
| HSV(B) | 61.54º | 0.55% | 0.28% | - |
| XYZ | 5.04 | 5.91 | 2.24 | - |
| YUV | 66.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 32 | 0.01 | 0 | 0.55 | 0.72 | 61.54 | 0.38 | 0.2 |
| Hex | 46 | 47 | 20 | 1 | 0 | 37 | 48 | 3E | 26 | 14 |
| Octal | 106 | 107 | 40 | 1 | 0 | 67 | 110 | 76 | 46 | 24 |
| Binary | 1000110 | 1000111 | 100000 | 1 | 0 | 110111 | 1001000 | 111110 | 100110 | 10100 |
Color Harmonies of #464720
Complementary color
Monochromatic Colors of #464720
Black with #464720
Text Example
Text Example
White with #464720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464720; }
p { color: rgb(70,71,32); }
H1.HeaderClassName
{
color: #464720;
}
.AnyTagClassName
{
color: #464720;
}
</style>
background-color css
<style>
a { background-color: #464720; }
a { background-color: rgb(70,71,32); }
div.DivClassName
{
background-color: #464720;
}
.BgClassName
{
background-color: #464720;
}
</style>
border-color css
<style>
span { border-color: #464720; }
span { border-color: rgb(70,71,32); }
td.TdClassName
{
border-color: #464720;
}
.TagClassName
{
border-color: #464720;
}
</style>