Shades of Army green #44451C
Tints of Army green #44451C
RGB
CMYK
RGB Variations
Color information
#44451C (or 0x44451C) is known color: Army green. HEX triplet: 44, 45 and 1C. RGB value is (68,69,28). Sum of RGB (Red+Green+Blue) = 68+69+28=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 69 - color contains mainly: green. Hex color #44451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44451C is #BBBAE3. Grayscale: #404040. Windows color (decimal): -12303076 or 1852740. OLE color: 1852740.
HSL color Cylindrical-coordinate representation of color #44451C: hue angle of 61.46º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44451C is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 69 | 28 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.73 |
| HSL | 61.46º | 0.42% | 0.19% | - |
| HSV(B) | 61.46º | 0.59% | 0.27% | - |
| XYZ | 4.72 | 5.57 | 1.92 | - |
| YUV | 64.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 69 | 28 | 0.01 | 0 | 0.59 | 0.73 | 61.46 | 0.42 | 0.19 |
| Hex | 44 | 45 | 1C | 1 | 0 | 3B | 49 | 3D | 2A | 13 |
| Octal | 104 | 105 | 34 | 1 | 0 | 73 | 111 | 75 | 52 | 23 |
| Binary | 1000100 | 1000101 | 11100 | 1 | 0 | 111011 | 1001001 | 111101 | 101010 | 10011 |
Color Harmonies of #44451C
Complementary color
Monochromatic Colors of #44451C
Black with #44451C
Text Example
Text Example
White with #44451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44451C; }
p { color: rgb(68,69,28); }
H1.HeaderClassName
{
color: #44451C;
}
.AnyTagClassName
{
color: #44451C;
}
</style>
background-color css
<style>
a { background-color: #44451C; }
a { background-color: rgb(68,69,28); }
div.DivClassName
{
background-color: #44451C;
}
.BgClassName
{
background-color: #44451C;
}
</style>
border-color css
<style>
span { border-color: #44451C; }
span { border-color: rgb(68,69,28); }
td.TdClassName
{
border-color: #44451C;
}
.TagClassName
{
border-color: #44451C;
}
</style>