Shades of Armadillo #434E3C
Tints of Armadillo #434E3C
RGB
CMYK
RGB Variations
Color information
#434E3C (or 0x434E3C) is known color: Armadillo. HEX triplet: 43, 4E and 3C. RGB value is (67,78,60). Sum of RGB (Red+Green+Blue) = 67+78+60=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #434E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E3C is #BCB1C3. Grayscale: #484848. Windows color (decimal): -12366276 or 3952195. OLE color: 3952195.
HSL color Cylindrical-coordinate representation of color #434E3C: hue angle of 96.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #434E3C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 78 | 60 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.69 |
| HSL | 96.67º | 0.13% | 0.27% | - |
| HSV(B) | 96.67º | 0.23% | 0.31% | - |
| XYZ | 5.85 | 6.97 | 5.31 | - |
| YUV | 72.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 60 | 0.14 | 0 | 0.23 | 0.69 | 96.67 | 0.13 | 0.27 |
| Hex | 43 | 4E | 3C | E | 0 | 17 | 45 | 61 | D | 1B |
| Octal | 103 | 116 | 74 | 16 | 0 | 27 | 105 | 141 | 15 | 33 |
| Binary | 1000011 | 1001110 | 111100 | 1110 | 0 | 10111 | 1000101 | 1100001 | 1101 | 11011 |
Color Harmonies of #434E3C
Complementary color
Monochromatic Colors of #434E3C
Black with #434E3C
Text Example
Text Example
White with #434E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E3C; }
p { color: rgb(67,78,60); }
H1.HeaderClassName
{
color: #434E3C;
}
.AnyTagClassName
{
color: #434E3C;
}
</style>
background-color css
<style>
a { background-color: #434E3C; }
a { background-color: rgb(67,78,60); }
div.DivClassName
{
background-color: #434E3C;
}
.BgClassName
{
background-color: #434E3C;
}
</style>
border-color css
<style>
span { border-color: #434E3C; }
span { border-color: rgb(67,78,60); }
td.TdClassName
{
border-color: #434E3C;
}
.TagClassName
{
border-color: #434E3C;
}
</style>