Shades of Armadillo #41443D
Tints of Armadillo #41443D
RGB
CMYK
RGB Variations
Color information
#41443D (or 0x41443D) is known color: Armadillo. HEX triplet: 41, 44 and 3D. RGB value is (65,68,61). Sum of RGB (Red+Green+Blue) = 65+68+61=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #41443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41443D is #BEBBC2. Grayscale: #424242. Windows color (decimal): -12499907 or 4015169. OLE color: 4015169.
HSL color Cylindrical-coordinate representation of color #41443D: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #41443D is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 68 | 61 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.73 |
| HSL | 85.71º | 0.05% | 0.25% | - |
| HSV(B) | 85.71º | 0.1% | 0.27% | - |
| XYZ | 5.09 | 5.59 | 5.23 | - |
| YUV | 66.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 61 | 0.04 | 0 | 0.10 | 0.73 | 85.71 | 0.05 | 0.25 |
| Hex | 41 | 44 | 3D | 4 | 0 | A | 49 | 56 | 5 | 19 |
| Octal | 101 | 104 | 75 | 4 | 0 | 12 | 111 | 126 | 5 | 31 |
| Binary | 1000001 | 1000100 | 111101 | 100 | 0 | 1010 | 1001001 | 1010110 | 101 | 11001 |
Color Harmonies of #41443D
Complementary color
Monochromatic Colors of #41443D
Black with #41443D
Text Example
Text Example
White with #41443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41443D; }
p { color: rgb(65,68,61); }
H1.HeaderClassName
{
color: #41443D;
}
.AnyTagClassName
{
color: #41443D;
}
</style>
background-color css
<style>
a { background-color: #41443D; }
a { background-color: rgb(65,68,61); }
div.DivClassName
{
background-color: #41443D;
}
.BgClassName
{
background-color: #41443D;
}
</style>
border-color css
<style>
span { border-color: #41443D; }
span { border-color: rgb(65,68,61); }
td.TdClassName
{
border-color: #41443D;
}
.TagClassName
{
border-color: #41443D;
}
</style>