Shades of Army green #444920
Tints of Army green #444920
RGB
CMYK
RGB Variations
Color information
#444920 (or 0x444920) is known color: Army green. HEX triplet: 44, 49 and 20. RGB value is (68,73,32). Sum of RGB (Red+Green+Blue) = 68+73+32=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #444920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444920 is #BBB6DF. Grayscale: #424242. Windows color (decimal): -12302048 or 2115908. OLE color: 2115908.
HSL color Cylindrical-coordinate representation of color #444920: hue angle of 67.32º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #444920 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 32 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.71 |
| HSL | 67.32º | 0.39% | 0.21% | - |
| HSV(B) | 67.32º | 0.56% | 0.29% | - |
| XYZ | 5.03 | 6.1 | 2.28 | - |
| YUV | 66.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 32 | 0.07 | 0 | 0.56 | 0.71 | 67.32 | 0.39 | 0.21 |
| Hex | 44 | 49 | 20 | 7 | 0 | 38 | 47 | 43 | 27 | 15 |
| Octal | 104 | 111 | 40 | 7 | 0 | 70 | 107 | 103 | 47 | 25 |
| Binary | 1000100 | 1001001 | 100000 | 111 | 0 | 111000 | 1000111 | 1000011 | 100111 | 10101 |
Color Harmonies of #444920
Complementary color
Monochromatic Colors of #444920
Black with #444920
Text Example
Text Example
White with #444920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444920; }
p { color: rgb(68,73,32); }
H1.HeaderClassName
{
color: #444920;
}
.AnyTagClassName
{
color: #444920;
}
</style>
background-color css
<style>
a { background-color: #444920; }
a { background-color: rgb(68,73,32); }
div.DivClassName
{
background-color: #444920;
}
.BgClassName
{
background-color: #444920;
}
</style>
border-color css
<style>
span { border-color: #444920; }
span { border-color: rgb(68,73,32); }
td.TdClassName
{
border-color: #444920;
}
.TagClassName
{
border-color: #444920;
}
</style>