Shades of Armadillo #434C3E
Tints of Armadillo #434C3E
RGB
CMYK
RGB Variations
Color information
#434C3E (or 0x434C3E) is known color: Armadillo. HEX triplet: 43, 4C and 3E. RGB value is (67,76,62). Sum of RGB (Red+Green+Blue) = 67+76+62=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #434C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C3E is #BCB3C1. Grayscale: #474747. Windows color (decimal): -12366786 or 4082755. OLE color: 4082755.
HSL color Cylindrical-coordinate representation of color #434C3E: hue angle of 98.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434C3E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 62 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.70 |
| HSL | 98.57º | 0.1% | 0.27% | - |
| HSV(B) | 98.57º | 0.18% | 0.3% | - |
| XYZ | 5.77 | 6.71 | 5.55 | - |
| YUV | 71.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 62 | 0.12 | 0 | 0.18 | 0.70 | 98.57 | 0.1 | 0.27 |
| Hex | 43 | 4C | 3E | C | 0 | 12 | 46 | 63 | A | 1B |
| Octal | 103 | 114 | 76 | 14 | 0 | 22 | 106 | 143 | 12 | 33 |
| Binary | 1000011 | 1001100 | 111110 | 1100 | 0 | 10010 | 1000110 | 1100011 | 1010 | 11011 |
Color Harmonies of #434C3E
Complementary color
Monochromatic Colors of #434C3E
Black with #434C3E
Text Example
Text Example
White with #434C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C3E; }
p { color: rgb(67,76,62); }
H1.HeaderClassName
{
color: #434C3E;
}
.AnyTagClassName
{
color: #434C3E;
}
</style>
background-color css
<style>
a { background-color: #434C3E; }
a { background-color: rgb(67,76,62); }
div.DivClassName
{
background-color: #434C3E;
}
.BgClassName
{
background-color: #434C3E;
}
</style>
border-color css
<style>
span { border-color: #434C3E; }
span { border-color: rgb(67,76,62); }
td.TdClassName
{
border-color: #434C3E;
}
.TagClassName
{
border-color: #434C3E;
}
</style>