Shades of Army green #44471F
Tints of Army green #44471F
RGB
CMYK
RGB Variations
Color information
#44471F (or 0x44471F) is known color: Army green. HEX triplet: 44, 47 and 1F. RGB value is (68,71,31). Sum of RGB (Red+Green+Blue) = 68+71+31=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #44471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44471F is #BBB8E0. Grayscale: #414141. Windows color (decimal): -12302561 or 2049860. OLE color: 2049860.
HSL color Cylindrical-coordinate representation of color #44471F: hue angle of 64.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44471F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 31 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.72 |
| HSL | 64.5º | 0.39% | 0.2% | - |
| HSV(B) | 64.5º | 0.56% | 0.28% | - |
| XYZ | 4.88 | 5.83 | 2.17 | - |
| YUV | 65.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 31 | 0.04 | 0 | 0.56 | 0.72 | 64.5 | 0.39 | 0.2 |
| Hex | 44 | 47 | 1F | 4 | 0 | 38 | 48 | 40 | 27 | 14 |
| Octal | 104 | 107 | 37 | 4 | 0 | 70 | 110 | 100 | 47 | 24 |
| Binary | 1000100 | 1000111 | 11111 | 100 | 0 | 111000 | 1001000 | 1000000 | 100111 | 10100 |
Color Harmonies of #44471F
Complementary color
Monochromatic Colors of #44471F
Black with #44471F
Text Example
Text Example
White with #44471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44471F; }
p { color: rgb(68,71,31); }
H1.HeaderClassName
{
color: #44471F;
}
.AnyTagClassName
{
color: #44471F;
}
</style>
background-color css
<style>
a { background-color: #44471F; }
a { background-color: rgb(68,71,31); }
div.DivClassName
{
background-color: #44471F;
}
.BgClassName
{
background-color: #44471F;
}
</style>
border-color css
<style>
span { border-color: #44471F; }
span { border-color: rgb(68,71,31); }
td.TdClassName
{
border-color: #44471F;
}
.TagClassName
{
border-color: #44471F;
}
</style>