Shades of Army green #444419
Tints of Army green #444419
RGB
CMYK
RGB Variations
Color information
#444419 (or 0x444419) is known color: Army green. HEX triplet: 44, 44 and 19. RGB value is (68,68,25). Sum of RGB (Red+Green+Blue) = 68+68+25=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444419 is #BBBBE6. Grayscale: #3F3F3F. Windows color (decimal): -12303335 or 1655876. OLE color: 1655876.
HSL color Cylindrical-coordinate representation of color #444419: hue angle of 60º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444419 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 68 | 25 | - |
| CMYK | 0 | 0 | 0.63 | 0.73 |
| HSL | 60º | 0.46% | 0.18% | - |
| HSV(B) | 60º | 0.63% | 0.27% | - |
| XYZ | 4.63 | 5.43 | 1.72 | - |
| YUV | 63.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 25 | 0 | 0 | 0.63 | 0.73 | 60 | 0.46 | 0.18 |
| Hex | 44 | 44 | 19 | 0 | 0 | 3F | 49 | 3C | 2E | 12 |
| Octal | 104 | 104 | 31 | 0 | 0 | 77 | 111 | 74 | 56 | 22 |
| Binary | 1000100 | 1000100 | 11001 | 0 | 0 | 111111 | 1001001 | 111100 | 101110 | 10010 |
Color Harmonies of #444419
Complementary color
Monochromatic Colors of #444419
Black with #444419
Text Example
Text Example
White with #444419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444419; }
p { color: rgb(68,68,25); }
H1.HeaderClassName
{
color: #444419;
}
.AnyTagClassName
{
color: #444419;
}
</style>
background-color css
<style>
a { background-color: #444419; }
a { background-color: rgb(68,68,25); }
div.DivClassName
{
background-color: #444419;
}
.BgClassName
{
background-color: #444419;
}
</style>
border-color css
<style>
span { border-color: #444419; }
span { border-color: rgb(68,68,25); }
td.TdClassName
{
border-color: #444419;
}
.TagClassName
{
border-color: #444419;
}
</style>