Shades of Armadillo #424D3C
Tints of Armadillo #424D3C
RGB
CMYK
RGB Variations
Color information
#424D3C (or 0x424D3C) is known color: Armadillo. HEX triplet: 42, 4D and 3C. RGB value is (66,77,60). Sum of RGB (Red+Green+Blue) = 66+77+60=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #424D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424D3C is #BDB2C3. Grayscale: #474747. Windows color (decimal): -12432068 or 3951938. OLE color: 3951938.
HSL color Cylindrical-coordinate representation of color #424D3C: hue angle of 98.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424D3C is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 60 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.70 |
| HSL | 98.82º | 0.12% | 0.27% | - |
| HSV(B) | 98.82º | 0.22% | 0.3% | - |
| XYZ | 5.72 | 6.79 | 5.28 | - |
| YUV | 71.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 60 | 0.14 | 0 | 0.22 | 0.70 | 98.82 | 0.12 | 0.27 |
| Hex | 42 | 4D | 3C | E | 0 | 16 | 46 | 63 | C | 1B |
| Octal | 102 | 115 | 74 | 16 | 0 | 26 | 106 | 143 | 14 | 33 |
| Binary | 1000010 | 1001101 | 111100 | 1110 | 0 | 10110 | 1000110 | 1100011 | 1100 | 11011 |
Color Harmonies of #424D3C
Complementary color
Monochromatic Colors of #424D3C
Black with #424D3C
Text Example
Text Example
White with #424D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D3C; }
p { color: rgb(66,77,60); }
H1.HeaderClassName
{
color: #424D3C;
}
.AnyTagClassName
{
color: #424D3C;
}
</style>
background-color css
<style>
a { background-color: #424D3C; }
a { background-color: rgb(66,77,60); }
div.DivClassName
{
background-color: #424D3C;
}
.BgClassName
{
background-color: #424D3C;
}
</style>
border-color css
<style>
span { border-color: #424D3C; }
span { border-color: rgb(66,77,60); }
td.TdClassName
{
border-color: #424D3C;
}
.TagClassName
{
border-color: #424D3C;
}
</style>