Shades of Army green #444821
Tints of Army green #444821
RGB
CMYK
RGB Variations
Color information
#444821 (or 0x444821) is known color: Army green. HEX triplet: 44, 48 and 21. RGB value is (68,72,33). Sum of RGB (Red+Green+Blue) = 68+72+33=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #444821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444821 is #BBB7DE. Grayscale: #424242. Windows color (decimal): -12302303 or 2181188. OLE color: 2181188.
HSL color Cylindrical-coordinate representation of color #444821: hue angle of 66.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #444821 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 33 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.72 |
| HSL | 66.15º | 0.37% | 0.21% | - |
| HSV(B) | 66.15º | 0.54% | 0.28% | - |
| XYZ | 4.98 | 5.97 | 2.33 | - |
| YUV | 66.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 33 | 0.06 | 0 | 0.54 | 0.72 | 66.15 | 0.37 | 0.21 |
| Hex | 44 | 48 | 21 | 6 | 0 | 36 | 48 | 42 | 25 | 15 |
| Octal | 104 | 110 | 41 | 6 | 0 | 66 | 110 | 102 | 45 | 25 |
| Binary | 1000100 | 1001000 | 100001 | 110 | 0 | 110110 | 1001000 | 1000010 | 100101 | 10101 |
Color Harmonies of #444821
Complementary color
Monochromatic Colors of #444821
Black with #444821
Text Example
Text Example
White with #444821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444821; }
p { color: rgb(68,72,33); }
H1.HeaderClassName
{
color: #444821;
}
.AnyTagClassName
{
color: #444821;
}
</style>
background-color css
<style>
a { background-color: #444821; }
a { background-color: rgb(68,72,33); }
div.DivClassName
{
background-color: #444821;
}
.BgClassName
{
background-color: #444821;
}
</style>
border-color css
<style>
span { border-color: #444821; }
span { border-color: rgb(68,72,33); }
td.TdClassName
{
border-color: #444821;
}
.TagClassName
{
border-color: #444821;
}
</style>