Shades of Armadillo #42493E
Tints of Armadillo #42493E
RGB
CMYK
RGB Variations
Color information
#42493E (or 0x42493E) is known color: Armadillo. HEX triplet: 42, 49 and 3E. RGB value is (66,73,62). Sum of RGB (Red+Green+Blue) = 66+73+62=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #42493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42493E is #BDB6C1. Grayscale: #454545. Windows color (decimal): -12433090 or 4081986. OLE color: 4081986.
HSL color Cylindrical-coordinate representation of color #42493E: hue angle of 98.18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42493E is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 73 | 62 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.71 |
| HSL | 98.18º | 0.08% | 0.26% | - |
| HSV(B) | 98.18º | 0.15% | 0.29% | - |
| XYZ | 5.5 | 6.27 | 5.48 | - |
| YUV | 69.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 62 | 0.10 | 0 | 0.15 | 0.71 | 98.18 | 0.08 | 0.26 |
| Hex | 42 | 49 | 3E | A | 0 | F | 47 | 62 | 8 | 1A |
| Octal | 102 | 111 | 76 | 12 | 0 | 17 | 107 | 142 | 10 | 32 |
| Binary | 1000010 | 1001001 | 111110 | 1010 | 0 | 1111 | 1000111 | 1100010 | 1000 | 11010 |
Color Harmonies of #42493E
Complementary color
Monochromatic Colors of #42493E
Black with #42493E
Text Example
Text Example
White with #42493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42493E; }
p { color: rgb(66,73,62); }
H1.HeaderClassName
{
color: #42493E;
}
.AnyTagClassName
{
color: #42493E;
}
</style>
background-color css
<style>
a { background-color: #42493E; }
a { background-color: rgb(66,73,62); }
div.DivClassName
{
background-color: #42493E;
}
.BgClassName
{
background-color: #42493E;
}
</style>
border-color css
<style>
span { border-color: #42493E; }
span { border-color: rgb(66,73,62); }
td.TdClassName
{
border-color: #42493E;
}
.TagClassName
{
border-color: #42493E;
}
</style>