Shades of Armadillo #434740
Tints of Armadillo #434740
RGB
CMYK
RGB Variations
Color information
#434740 (or 0x434740) is known color: Armadillo. HEX triplet: 43, 47 and 40. RGB value is (67,71,64). Sum of RGB (Red+Green+Blue) = 67+71+64=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #434740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434740 is #BCB8BF. Grayscale: #454545. Windows color (decimal): -12368064 or 4212547. OLE color: 4212547.
HSL color Cylindrical-coordinate representation of color #434740: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #434740 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 64 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.72 |
| HSL | 94.29º | 0.05% | 0.26% | - |
| HSV(B) | 94.29º | 0.1% | 0.28% | - |
| XYZ | 5.49 | 6.07 | 5.73 | - |
| YUV | 69.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 64 | 0.06 | 0 | 0.10 | 0.72 | 94.29 | 0.05 | 0.26 |
| Hex | 43 | 47 | 40 | 6 | 0 | A | 48 | 5E | 5 | 1A |
| Octal | 103 | 107 | 100 | 6 | 0 | 12 | 110 | 136 | 5 | 32 |
| Binary | 1000011 | 1000111 | 1000000 | 110 | 0 | 1010 | 1001000 | 1011110 | 101 | 11010 |
Color Harmonies of #434740
Complementary color
Monochromatic Colors of #434740
Black with #434740
Text Example
Text Example
White with #434740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434740; }
p { color: rgb(67,71,64); }
H1.HeaderClassName
{
color: #434740;
}
.AnyTagClassName
{
color: #434740;
}
</style>
background-color css
<style>
a { background-color: #434740; }
a { background-color: rgb(67,71,64); }
div.DivClassName
{
background-color: #434740;
}
.BgClassName
{
background-color: #434740;
}
</style>
border-color css
<style>
span { border-color: #434740; }
span { border-color: rgb(67,71,64); }
td.TdClassName
{
border-color: #434740;
}
.TagClassName
{
border-color: #434740;
}
</style>