Shades of Armadillo #42473B
Tints of Armadillo #42473B
RGB
CMYK
RGB Variations
Color information
#42473B (or 0x42473B) is known color: Armadillo. HEX triplet: 42, 47 and 3B. RGB value is (66,71,59). Sum of RGB (Red+Green+Blue) = 66+71+59=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 71 - color contains mainly: green. Hex color #42473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42473B is #BDB8C4. Grayscale: #444444. Windows color (decimal): -12433605 or 3884866. OLE color: 3884866.
HSL color Cylindrical-coordinate representation of color #42473B: hue angle of 85º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42473B is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 59 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.72 |
| HSL | 85º | 0.09% | 0.25% | - |
| HSV(B) | 85º | 0.17% | 0.28% | - |
| XYZ | 5.29 | 5.98 | 5.01 | - |
| YUV | 68.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 59 | 0.07 | 0 | 0.17 | 0.72 | 85 | 0.09 | 0.25 |
| Hex | 42 | 47 | 3B | 7 | 0 | 11 | 48 | 55 | 9 | 19 |
| Octal | 102 | 107 | 73 | 7 | 0 | 21 | 110 | 125 | 11 | 31 |
| Binary | 1000010 | 1000111 | 111011 | 111 | 0 | 10001 | 1001000 | 1010101 | 1001 | 11001 |
Color Harmonies of #42473B
Complementary color
Monochromatic Colors of #42473B
Black with #42473B
Text Example
Text Example
White with #42473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42473B; }
p { color: rgb(66,71,59); }
H1.HeaderClassName
{
color: #42473B;
}
.AnyTagClassName
{
color: #42473B;
}
</style>
background-color css
<style>
a { background-color: #42473B; }
a { background-color: rgb(66,71,59); }
div.DivClassName
{
background-color: #42473B;
}
.BgClassName
{
background-color: #42473B;
}
</style>
border-color css
<style>
span { border-color: #42473B; }
span { border-color: rgb(66,71,59); }
td.TdClassName
{
border-color: #42473B;
}
.TagClassName
{
border-color: #42473B;
}
</style>