Shades of Armadillo #424C3D
Tints of Armadillo #424C3D
RGB
CMYK
RGB Variations
Color information
#424C3D (or 0x424C3D) is known color: Armadillo. HEX triplet: 42, 4C and 3D. RGB value is (66,76,61). Sum of RGB (Red+Green+Blue) = 66+76+61=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 76 - color contains mainly: green. Hex color #424C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C3D is #BDB3C2. Grayscale: #474747. Windows color (decimal): -12432323 or 4017218. OLE color: 4017218.
HSL color Cylindrical-coordinate representation of color #424C3D: hue angle of 100º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424C3D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 61 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.70 |
| HSL | 100º | 0.11% | 0.27% | - |
| HSV(B) | 100º | 0.2% | 0.3% | - |
| XYZ | 5.67 | 6.66 | 5.4 | - |
| YUV | 71.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 61 | 0.13 | 0 | 0.20 | 0.70 | 100 | 0.11 | 0.27 |
| Hex | 42 | 4C | 3D | D | 0 | 14 | 46 | 64 | B | 1B |
| Octal | 102 | 114 | 75 | 15 | 0 | 24 | 106 | 144 | 13 | 33 |
| Binary | 1000010 | 1001100 | 111101 | 1101 | 0 | 10100 | 1000110 | 1100100 | 1011 | 11011 |
Color Harmonies of #424C3D
Complementary color
Monochromatic Colors of #424C3D
Black with #424C3D
Text Example
Text Example
White with #424C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C3D; }
p { color: rgb(66,76,61); }
H1.HeaderClassName
{
color: #424C3D;
}
.AnyTagClassName
{
color: #424C3D;
}
</style>
background-color css
<style>
a { background-color: #424C3D; }
a { background-color: rgb(66,76,61); }
div.DivClassName
{
background-color: #424C3D;
}
.BgClassName
{
background-color: #424C3D;
}
</style>
border-color css
<style>
span { border-color: #424C3D; }
span { border-color: rgb(66,76,61); }
td.TdClassName
{
border-color: #424C3D;
}
.TagClassName
{
border-color: #424C3D;
}
</style>