Shades of Armadillo #444941
Tints of Armadillo #444941
RGB
CMYK
RGB Variations
Color information
#444941 (or 0x444941) is known color: Armadillo. HEX triplet: 44, 49 and 41. RGB value is (68,73,65). Sum of RGB (Red+Green+Blue) = 68+73+65=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #444941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444941 is #BBB6BE. Grayscale: #464646. Windows color (decimal): -12302015 or 4278596. OLE color: 4278596.
HSL color Cylindrical-coordinate representation of color #444941: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #444941 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 73 | 65 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.71 |
| HSL | 97.5º | 0.06% | 0.27% | - |
| HSV(B) | 97.5º | 0.11% | 0.29% | - |
| XYZ | 5.72 | 6.38 | 5.93 | - |
| YUV | 70.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 65 | 0.07 | 0 | 0.11 | 0.71 | 97.5 | 0.06 | 0.27 |
| Hex | 44 | 49 | 41 | 7 | 0 | B | 47 | 62 | 6 | 1B |
| Octal | 104 | 111 | 101 | 7 | 0 | 13 | 107 | 142 | 6 | 33 |
| Binary | 1000100 | 1001001 | 1000001 | 111 | 0 | 1011 | 1000111 | 1100010 | 110 | 11011 |
Color Harmonies of #444941
Complementary color
Monochromatic Colors of #444941
Black with #444941
Text Example
Text Example
White with #444941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444941; }
p { color: rgb(68,73,65); }
H1.HeaderClassName
{
color: #444941;
}
.AnyTagClassName
{
color: #444941;
}
</style>
background-color css
<style>
a { background-color: #444941; }
a { background-color: rgb(68,73,65); }
div.DivClassName
{
background-color: #444941;
}
.BgClassName
{
background-color: #444941;
}
</style>
border-color css
<style>
span { border-color: #444941; }
span { border-color: rgb(68,73,65); }
td.TdClassName
{
border-color: #444941;
}
.TagClassName
{
border-color: #444941;
}
</style>