Shades of Armadillo #434840
Tints of Armadillo #434840
RGB
CMYK
RGB Variations
Color information
#434840 (or 0x434840) is known color: Armadillo. HEX triplet: 43, 48 and 40. RGB value is (67,72,64). Sum of RGB (Red+Green+Blue) = 67+72+64=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 72 - color contains mainly: green. Hex color #434840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434840 is #BCB7BF. Grayscale: #454545. Windows color (decimal): -12367808 or 4212803. OLE color: 4212803.
HSL color Cylindrical-coordinate representation of color #434840: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #434840 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 72 | 64 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.72 |
| HSL | 97.5º | 0.06% | 0.27% | - |
| HSV(B) | 97.5º | 0.11% | 0.28% | - |
| XYZ | 5.56 | 6.2 | 5.75 | - |
| YUV | 69.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 72 | 64 | 0.07 | 0 | 0.11 | 0.72 | 97.5 | 0.06 | 0.27 |
| Hex | 43 | 48 | 40 | 7 | 0 | B | 48 | 62 | 6 | 1B |
| Octal | 103 | 110 | 100 | 7 | 0 | 13 | 110 | 142 | 6 | 33 |
| Binary | 1000011 | 1001000 | 1000000 | 111 | 0 | 1011 | 1001000 | 1100010 | 110 | 11011 |
Color Harmonies of #434840
Complementary color
Monochromatic Colors of #434840
Black with #434840
Text Example
Text Example
White with #434840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434840; }
p { color: rgb(67,72,64); }
H1.HeaderClassName
{
color: #434840;
}
.AnyTagClassName
{
color: #434840;
}
</style>
background-color css
<style>
a { background-color: #434840; }
a { background-color: rgb(67,72,64); }
div.DivClassName
{
background-color: #434840;
}
.BgClassName
{
background-color: #434840;
}
</style>
border-color css
<style>
span { border-color: #434840; }
span { border-color: rgb(67,72,64); }
td.TdClassName
{
border-color: #434840;
}
.TagClassName
{
border-color: #434840;
}
</style>