Shades of Army green #464721
Tints of Army green #464721
RGB
CMYK
RGB Variations
Color information
#464721 (or 0x464721) is known color: Army green. HEX triplet: 46, 47 and 21. RGB value is (70,71,33). Sum of RGB (Red+Green+Blue) = 70+71+33=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #464721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464721 is #B9B8DE. Grayscale: #424242. Windows color (decimal): -12171487 or 2180934. OLE color: 2180934.
HSL color Cylindrical-coordinate representation of color #464721: hue angle of 61.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464721 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 71 | 33 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.72 |
| HSL | 61.58º | 0.37% | 0.2% | - |
| HSV(B) | 61.58º | 0.54% | 0.28% | - |
| XYZ | 5.05 | 5.92 | 2.31 | - |
| YUV | 66.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 33 | 0.01 | 0 | 0.54 | 0.72 | 61.58 | 0.37 | 0.2 |
| Hex | 46 | 47 | 21 | 1 | 0 | 36 | 48 | 3E | 25 | 14 |
| Octal | 106 | 107 | 41 | 1 | 0 | 66 | 110 | 76 | 45 | 24 |
| Binary | 1000110 | 1000111 | 100001 | 1 | 0 | 110110 | 1001000 | 111110 | 100101 | 10100 |
Color Harmonies of #464721
Complementary color
Monochromatic Colors of #464721
Black with #464721
Text Example
Text Example
White with #464721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464721; }
p { color: rgb(70,71,33); }
H1.HeaderClassName
{
color: #464721;
}
.AnyTagClassName
{
color: #464721;
}
</style>
background-color css
<style>
a { background-color: #464721; }
a { background-color: rgb(70,71,33); }
div.DivClassName
{
background-color: #464721;
}
.BgClassName
{
background-color: #464721;
}
</style>
border-color css
<style>
span { border-color: #464721; }
span { border-color: rgb(70,71,33); }
td.TdClassName
{
border-color: #464721;
}
.TagClassName
{
border-color: #464721;
}
</style>