Shades of Army green #444622
Tints of Army green #444622
RGB
CMYK
RGB Variations
Color information
#444622 (or 0x444622) is known color: Army green. HEX triplet: 44, 46 and 22. RGB value is (68,70,34). Sum of RGB (Red+Green+Blue) = 68+70+34=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #444622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444622 is #BBB9DD. Grayscale: #414141. Windows color (decimal): -12302814 or 2246212. OLE color: 2246212.
HSL color Cylindrical-coordinate representation of color #444622: hue angle of 63.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444622 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 70 | 34 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.73 |
| HSL | 63.33º | 0.35% | 0.2% | - |
| HSV(B) | 63.33º | 0.51% | 0.27% | - |
| XYZ | 4.86 | 5.72 | 2.36 | - |
| YUV | 65.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 34 | 0.03 | 0 | 0.51 | 0.73 | 63.33 | 0.35 | 0.2 |
| Hex | 44 | 46 | 22 | 3 | 0 | 33 | 49 | 3F | 23 | 14 |
| Octal | 104 | 106 | 42 | 3 | 0 | 63 | 111 | 77 | 43 | 24 |
| Binary | 1000100 | 1000110 | 100010 | 11 | 0 | 110011 | 1001001 | 111111 | 100011 | 10100 |
Color Harmonies of #444622
Complementary color
Monochromatic Colors of #444622
Black with #444622
Text Example
Text Example
White with #444622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444622; }
p { color: rgb(68,70,34); }
H1.HeaderClassName
{
color: #444622;
}
.AnyTagClassName
{
color: #444622;
}
</style>
background-color css
<style>
a { background-color: #444622; }
a { background-color: rgb(68,70,34); }
div.DivClassName
{
background-color: #444622;
}
.BgClassName
{
background-color: #444622;
}
</style>
border-color css
<style>
span { border-color: #444622; }
span { border-color: rgb(68,70,34); }
td.TdClassName
{
border-color: #444622;
}
.TagClassName
{
border-color: #444622;
}
</style>