Shades of Armadillo #434E3B
Tints of Armadillo #434E3B
RGB
CMYK
RGB Variations
Color information
#434E3B (or 0x434E3B) is known color: Armadillo. HEX triplet: 43, 4E and 3B. RGB value is (67,78,59). Sum of RGB (Red+Green+Blue) = 67+78+59=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #434E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E3B is #BCB1C4. Grayscale: #484848. Windows color (decimal): -12366277 or 3886659. OLE color: 3886659.
HSL color Cylindrical-coordinate representation of color #434E3B: hue angle of 94.74º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #434E3B is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 78 | 59 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.69 |
| HSL | 94.74º | 0.14% | 0.27% | - |
| HSV(B) | 94.74º | 0.24% | 0.31% | - |
| XYZ | 5.83 | 6.96 | 5.17 | - |
| YUV | 72.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 59 | 0.14 | 0 | 0.24 | 0.69 | 94.74 | 0.14 | 0.27 |
| Hex | 43 | 4E | 3B | E | 0 | 18 | 45 | 5F | E | 1B |
| Octal | 103 | 116 | 73 | 16 | 0 | 30 | 105 | 137 | 16 | 33 |
| Binary | 1000011 | 1001110 | 111011 | 1110 | 0 | 11000 | 1000101 | 1011111 | 1110 | 11011 |
Color Harmonies of #434E3B
Complementary color
Monochromatic Colors of #434E3B
Black with #434E3B
Text Example
Text Example
White with #434E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E3B; }
p { color: rgb(67,78,59); }
H1.HeaderClassName
{
color: #434E3B;
}
.AnyTagClassName
{
color: #434E3B;
}
</style>
background-color css
<style>
a { background-color: #434E3B; }
a { background-color: rgb(67,78,59); }
div.DivClassName
{
background-color: #434E3B;
}
.BgClassName
{
background-color: #434E3B;
}
</style>
border-color css
<style>
span { border-color: #434E3B; }
span { border-color: rgb(67,78,59); }
td.TdClassName
{
border-color: #434E3B;
}
.TagClassName
{
border-color: #434E3B;
}
</style>