Shades of Armadillo #444D3F
Tints of Armadillo #444D3F
RGB
CMYK
RGB Variations
Color information
#444D3F (or 0x444D3F) is known color: Armadillo. HEX triplet: 44, 4D and 3F. RGB value is (68,77,63). Sum of RGB (Red+Green+Blue) = 68+77+63=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #444D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D3F is #BBB2C0. Grayscale: #484848. Windows color (decimal): -12300993 or 4148548. OLE color: 4148548.
HSL color Cylindrical-coordinate representation of color #444D3F: hue angle of 98.57º 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 #444D3F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 63 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.70 |
| HSL | 98.57º | 0.1% | 0.27% | - |
| HSV(B) | 98.57º | 0.18% | 0.3% | - |
| XYZ | 5.93 | 6.9 | 5.72 | - |
| YUV | 72.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 63 | 0.12 | 0 | 0.18 | 0.70 | 98.57 | 0.1 | 0.27 |
| Hex | 44 | 4D | 3F | C | 0 | 12 | 46 | 63 | A | 1B |
| Octal | 104 | 115 | 77 | 14 | 0 | 22 | 106 | 143 | 12 | 33 |
| Binary | 1000100 | 1001101 | 111111 | 1100 | 0 | 10010 | 1000110 | 1100011 | 1010 | 11011 |
Color Harmonies of #444D3F
Complementary color
Monochromatic Colors of #444D3F
Black with #444D3F
Text Example
Text Example
White with #444D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D3F; }
p { color: rgb(68,77,63); }
H1.HeaderClassName
{
color: #444D3F;
}
.AnyTagClassName
{
color: #444D3F;
}
</style>
background-color css
<style>
a { background-color: #444D3F; }
a { background-color: rgb(68,77,63); }
div.DivClassName
{
background-color: #444D3F;
}
.BgClassName
{
background-color: #444D3F;
}
</style>
border-color css
<style>
span { border-color: #444D3F; }
span { border-color: rgb(68,77,63); }
td.TdClassName
{
border-color: #444D3F;
}
.TagClassName
{
border-color: #444D3F;
}
</style>