Shades of Armadillo #434E3A
Tints of Armadillo #434E3A
RGB
CMYK
RGB Variations
Color information
#434E3A (or 0x434E3A) is known color: Armadillo. HEX triplet: 43, 4E and 3A. RGB value is (67,78,58). Sum of RGB (Red+Green+Blue) = 67+78+58=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #434E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E3A is #BCB1C5. Grayscale: #484848. Windows color (decimal): -12366278 or 3821123. OLE color: 3821123.
HSL color Cylindrical-coordinate representation of color #434E3A: hue angle of 93º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #434E3A is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 78 | 58 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.69 |
| HSL | 93º | 0.15% | 0.27% | - |
| HSV(B) | 93º | 0.26% | 0.31% | - |
| XYZ | 5.8 | 6.95 | 5.04 | - |
| YUV | 72.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 58 | 0.14 | 0 | 0.26 | 0.69 | 93 | 0.15 | 0.27 |
| Hex | 43 | 4E | 3A | E | 0 | 1A | 45 | 5D | F | 1B |
| Octal | 103 | 116 | 72 | 16 | 0 | 32 | 105 | 135 | 17 | 33 |
| Binary | 1000011 | 1001110 | 111010 | 1110 | 0 | 11010 | 1000101 | 1011101 | 1111 | 11011 |
Color Harmonies of #434E3A
Complementary color
Monochromatic Colors of #434E3A
Black with #434E3A
Text Example
Text Example
White with #434E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E3A; }
p { color: rgb(67,78,58); }
H1.HeaderClassName
{
color: #434E3A;
}
.AnyTagClassName
{
color: #434E3A;
}
</style>
background-color css
<style>
a { background-color: #434E3A; }
a { background-color: rgb(67,78,58); }
div.DivClassName
{
background-color: #434E3A;
}
.BgClassName
{
background-color: #434E3A;
}
</style>
border-color css
<style>
span { border-color: #434E3A; }
span { border-color: rgb(67,78,58); }
td.TdClassName
{
border-color: #434E3A;
}
.TagClassName
{
border-color: #434E3A;
}
</style>