Shades of Army green #44451E
Tints of Army green #44451E
RGB
CMYK
RGB Variations
Color information
#44451E (or 0x44451E) is known color: Army green. HEX triplet: 44, 45 and 1E. RGB value is (68,69,30). Sum of RGB (Red+Green+Blue) = 68+69+30=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #44451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44451E is #BBBAE1. Grayscale: #404040. Windows color (decimal): -12303074 or 1983812. OLE color: 1983812.
HSL color Cylindrical-coordinate representation of color #44451E: hue angle of 61.54º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44451E is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 69 | 30 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.73 |
| HSL | 61.54º | 0.39% | 0.19% | - |
| HSV(B) | 61.54º | 0.57% | 0.27% | - |
| XYZ | 4.75 | 5.58 | 2.05 | - |
| YUV | 64.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 30 | 0.01 | 0 | 0.57 | 0.73 | 61.54 | 0.39 | 0.19 |
| Hex | 44 | 45 | 1E | 1 | 0 | 39 | 49 | 3E | 27 | 13 |
| Octal | 104 | 105 | 36 | 1 | 0 | 71 | 111 | 76 | 47 | 23 |
| Binary | 1000100 | 1000101 | 11110 | 1 | 0 | 111001 | 1001001 | 111110 | 100111 | 10011 |
Color Harmonies of #44451E
Complementary color
Monochromatic Colors of #44451E
Black with #44451E
Text Example
Text Example
White with #44451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44451E; }
p { color: rgb(68,69,30); }
H1.HeaderClassName
{
color: #44451E;
}
.AnyTagClassName
{
color: #44451E;
}
</style>
background-color css
<style>
a { background-color: #44451E; }
a { background-color: rgb(68,69,30); }
div.DivClassName
{
background-color: #44451E;
}
.BgClassName
{
background-color: #44451E;
}
</style>
border-color css
<style>
span { border-color: #44451E; }
span { border-color: rgb(68,69,30); }
td.TdClassName
{
border-color: #44451E;
}
.TagClassName
{
border-color: #44451E;
}
</style>