Shades of Army green #444A20
Tints of Army green #444A20
RGB
CMYK
RGB Variations
Color information
#444A20 (or 0x444A20) is known color: Army green. HEX triplet: 44, 4A and 20. RGB value is (68,74,32). Sum of RGB (Red+Green+Blue) = 68+74+32=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 74 - color contains mainly: green. Hex color #444A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A20 is #BBB5DF. Grayscale: #434343. Windows color (decimal): -12301792 or 2116164. OLE color: 2116164.
HSL color Cylindrical-coordinate representation of color #444A20: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #444A20 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 32 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.71 |
| HSL | 68.57º | 0.4% | 0.21% | - |
| HSV(B) | 68.57º | 0.57% | 0.29% | - |
| XYZ | 5.09 | 6.23 | 2.3 | - |
| YUV | 67.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 32 | 0.08 | 0 | 0.57 | 0.71 | 68.57 | 0.4 | 0.21 |
| Hex | 44 | 4A | 20 | 8 | 0 | 39 | 47 | 45 | 28 | 15 |
| Octal | 104 | 112 | 40 | 10 | 0 | 71 | 107 | 105 | 50 | 25 |
| Binary | 1000100 | 1001010 | 100000 | 1000 | 0 | 111001 | 1000111 | 1000101 | 101000 | 10101 |
Color Harmonies of #444A20
Complementary color
Monochromatic Colors of #444A20
Black with #444A20
Text Example
Text Example
White with #444A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A20; }
p { color: rgb(68,74,32); }
H1.HeaderClassName
{
color: #444A20;
}
.AnyTagClassName
{
color: #444A20;
}
</style>
background-color css
<style>
a { background-color: #444A20; }
a { background-color: rgb(68,74,32); }
div.DivClassName
{
background-color: #444A20;
}
.BgClassName
{
background-color: #444A20;
}
</style>
border-color css
<style>
span { border-color: #444A20; }
span { border-color: rgb(68,74,32); }
td.TdClassName
{
border-color: #444A20;
}
.TagClassName
{
border-color: #444A20;
}
</style>