Shades of Armadillo #444D3D
Tints of Armadillo #444D3D
RGB
CMYK
RGB Variations
Color information
#444D3D (or 0x444D3D) is known color: Armadillo. HEX triplet: 44, 4D and 3D. RGB value is (68,77,61). Sum of RGB (Red+Green+Blue) = 68+77+61=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #444D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D3D is #BBB2C2. Grayscale: #484848. Windows color (decimal): -12300995 or 4017476. OLE color: 4017476.
HSL color Cylindrical-coordinate representation of color #444D3D: hue angle of 93.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444D3D is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 61 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.70 |
| HSL | 93.75º | 0.12% | 0.27% | - |
| HSV(B) | 93.75º | 0.21% | 0.3% | - |
| XYZ | 5.88 | 6.87 | 5.43 | - |
| YUV | 72.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 61 | 0.12 | 0 | 0.21 | 0.70 | 93.75 | 0.12 | 0.27 |
| Hex | 44 | 4D | 3D | C | 0 | 15 | 46 | 5E | C | 1B |
| Octal | 104 | 115 | 75 | 14 | 0 | 25 | 106 | 136 | 14 | 33 |
| Binary | 1000100 | 1001101 | 111101 | 1100 | 0 | 10101 | 1000110 | 1011110 | 1100 | 11011 |
Color Harmonies of #444D3D
Complementary color
Monochromatic Colors of #444D3D
Black with #444D3D
Text Example
Text Example
White with #444D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D3D; }
p { color: rgb(68,77,61); }
H1.HeaderClassName
{
color: #444D3D;
}
.AnyTagClassName
{
color: #444D3D;
}
</style>
background-color css
<style>
a { background-color: #444D3D; }
a { background-color: rgb(68,77,61); }
div.DivClassName
{
background-color: #444D3D;
}
.BgClassName
{
background-color: #444D3D;
}
</style>
border-color css
<style>
span { border-color: #444D3D; }
span { border-color: rgb(68,77,61); }
td.TdClassName
{
border-color: #444D3D;
}
.TagClassName
{
border-color: #444D3D;
}
</style>