Shades of Armadillo #434B3D
Tints of Armadillo #434B3D
RGB
CMYK
RGB Variations
Color information
#434B3D (or 0x434B3D) is known color: Armadillo. HEX triplet: 43, 4B and 3D. RGB value is (67,75,61). Sum of RGB (Red+Green+Blue) = 67+75+61=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #434B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B3D is #BCB4C2. Grayscale: #474747. Windows color (decimal): -12367043 or 4016963. OLE color: 4016963.
HSL color Cylindrical-coordinate representation of color #434B3D: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434B3D is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 61 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.71 |
| HSL | 94.29º | 0.1% | 0.27% | - |
| HSV(B) | 94.29º | 0.19% | 0.29% | - |
| XYZ | 5.67 | 6.56 | 5.38 | - |
| YUV | 71.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 61 | 0.11 | 0 | 0.19 | 0.71 | 94.29 | 0.1 | 0.27 |
| Hex | 43 | 4B | 3D | B | 0 | 13 | 47 | 5E | A | 1B |
| Octal | 103 | 113 | 75 | 13 | 0 | 23 | 107 | 136 | 12 | 33 |
| Binary | 1000011 | 1001011 | 111101 | 1011 | 0 | 10011 | 1000111 | 1011110 | 1010 | 11011 |
Color Harmonies of #434B3D
Complementary color
Monochromatic Colors of #434B3D
Black with #434B3D
Text Example
Text Example
White with #434B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B3D; }
p { color: rgb(67,75,61); }
H1.HeaderClassName
{
color: #434B3D;
}
.AnyTagClassName
{
color: #434B3D;
}
</style>
background-color css
<style>
a { background-color: #434B3D; }
a { background-color: rgb(67,75,61); }
div.DivClassName
{
background-color: #434B3D;
}
.BgClassName
{
background-color: #434B3D;
}
</style>
border-color css
<style>
span { border-color: #434B3D; }
span { border-color: rgb(67,75,61); }
td.TdClassName
{
border-color: #434B3D;
}
.TagClassName
{
border-color: #434B3D;
}
</style>