Shades of Army green #44471D
Tints of Army green #44471D
RGB
CMYK
RGB Variations
Color information
#44471D (or 0x44471D) is known color: Army green. HEX triplet: 44, 47 and 1D. RGB value is (68,71,29). Sum of RGB (Red+Green+Blue) = 68+71+29=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 71 - color contains mainly: green. Hex color #44471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44471D is #BBB8E2. Grayscale: #414141. Windows color (decimal): -12302563 or 1918788. OLE color: 1918788.
HSL color Cylindrical-coordinate representation of color #44471D: hue angle of 64.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44471D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 29 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.72 |
| HSL | 64.29º | 0.42% | 0.2% | - |
| HSV(B) | 64.29º | 0.59% | 0.28% | - |
| XYZ | 4.86 | 5.82 | 2.03 | - |
| YUV | 65.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 29 | 0.04 | 0 | 0.59 | 0.72 | 64.29 | 0.42 | 0.2 |
| Hex | 44 | 47 | 1D | 4 | 0 | 3B | 48 | 40 | 2A | 14 |
| Octal | 104 | 107 | 35 | 4 | 0 | 73 | 110 | 100 | 52 | 24 |
| Binary | 1000100 | 1000111 | 11101 | 100 | 0 | 111011 | 1001000 | 1000000 | 101010 | 10100 |
Color Harmonies of #44471D
Complementary color
Monochromatic Colors of #44471D
Black with #44471D
Text Example
Text Example
White with #44471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44471D; }
p { color: rgb(68,71,29); }
H1.HeaderClassName
{
color: #44471D;
}
.AnyTagClassName
{
color: #44471D;
}
</style>
background-color css
<style>
a { background-color: #44471D; }
a { background-color: rgb(68,71,29); }
div.DivClassName
{
background-color: #44471D;
}
.BgClassName
{
background-color: #44471D;
}
</style>
border-color css
<style>
span { border-color: #44471D; }
span { border-color: rgb(68,71,29); }
td.TdClassName
{
border-color: #44471D;
}
.TagClassName
{
border-color: #44471D;
}
</style>