Shades of Armadillo #444C3E
Tints of Armadillo #444C3E
RGB
CMYK
RGB Variations
Color information
#444C3E (or 0x444C3E) is known color: Armadillo. HEX triplet: 44, 4C and 3E. RGB value is (68,76,62). Sum of RGB (Red+Green+Blue) = 68+76+62=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 76 - color contains mainly: green. Hex color #444C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C3E is #BBB3C1. Grayscale: #484848. Windows color (decimal): -12301250 or 4082756. OLE color: 4082756.
HSL color Cylindrical-coordinate representation of color #444C3E: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444C3E is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 62 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.70 |
| HSL | 94.29º | 0.1% | 0.27% | - |
| HSV(B) | 94.29º | 0.18% | 0.3% | - |
| XYZ | 5.84 | 6.75 | 5.55 | - |
| YUV | 72.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 62 | 0.11 | 0 | 0.18 | 0.70 | 94.29 | 0.1 | 0.27 |
| Hex | 44 | 4C | 3E | B | 0 | 12 | 46 | 5E | A | 1B |
| Octal | 104 | 114 | 76 | 13 | 0 | 22 | 106 | 136 | 12 | 33 |
| Binary | 1000100 | 1001100 | 111110 | 1011 | 0 | 10010 | 1000110 | 1011110 | 1010 | 11011 |
Color Harmonies of #444C3E
Complementary color
Monochromatic Colors of #444C3E
Black with #444C3E
Text Example
Text Example
White with #444C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C3E; }
p { color: rgb(68,76,62); }
H1.HeaderClassName
{
color: #444C3E;
}
.AnyTagClassName
{
color: #444C3E;
}
</style>
background-color css
<style>
a { background-color: #444C3E; }
a { background-color: rgb(68,76,62); }
div.DivClassName
{
background-color: #444C3E;
}
.BgClassName
{
background-color: #444C3E;
}
</style>
border-color css
<style>
span { border-color: #444C3E; }
span { border-color: rgb(68,76,62); }
td.TdClassName
{
border-color: #444C3E;
}
.TagClassName
{
border-color: #444C3E;
}
</style>