Shades of Armadillo #44483F
Tints of Armadillo #44483F
RGB
CMYK
RGB Variations
Color information
#44483F (or 0x44483F) is known color: Armadillo. HEX triplet: 44, 48 and 3F. RGB value is (68,72,63). Sum of RGB (Red+Green+Blue) = 68+72+63=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #44483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44483F is #BBB7C0. Grayscale: #454545. Windows color (decimal): -12302273 or 4147268. OLE color: 4147268.
HSL color Cylindrical-coordinate representation of color #44483F: hue angle of 86.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44483F is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 72 | 63 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.72 |
| HSL | 86.67º | 0.07% | 0.26% | - |
| HSV(B) | 86.67º | 0.13% | 0.28% | - |
| XYZ | 5.6 | 6.22 | 5.61 | - |
| YUV | 69.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 63 | 0.06 | 0 | 0.12 | 0.72 | 86.67 | 0.07 | 0.26 |
| Hex | 44 | 48 | 3F | 6 | 0 | C | 48 | 57 | 7 | 1A |
| Octal | 104 | 110 | 77 | 6 | 0 | 14 | 110 | 127 | 7 | 32 |
| Binary | 1000100 | 1001000 | 111111 | 110 | 0 | 1100 | 1001000 | 1010111 | 111 | 11010 |
Color Harmonies of #44483F
Complementary color
Monochromatic Colors of #44483F
Black with #44483F
Text Example
Text Example
White with #44483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44483F; }
p { color: rgb(68,72,63); }
H1.HeaderClassName
{
color: #44483F;
}
.AnyTagClassName
{
color: #44483F;
}
</style>
background-color css
<style>
a { background-color: #44483F; }
a { background-color: rgb(68,72,63); }
div.DivClassName
{
background-color: #44483F;
}
.BgClassName
{
background-color: #44483F;
}
</style>
border-color css
<style>
span { border-color: #44483F; }
span { border-color: rgb(68,72,63); }
td.TdClassName
{
border-color: #44483F;
}
.TagClassName
{
border-color: #44483F;
}
</style>