Shades of Armadillo #434B3B
Tints of Armadillo #434B3B
RGB
CMYK
RGB Variations
Color information
#434B3B (or 0x434B3B) is known color: Armadillo. HEX triplet: 43, 4B and 3B. RGB value is (67,75,59). Sum of RGB (Red+Green+Blue) = 67+75+59=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #434B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B3B is #BCB4C4. Grayscale: #464646. Windows color (decimal): -12367045 or 3885891. OLE color: 3885891.
HSL color Cylindrical-coordinate representation of color #434B3B: hue angle of 90º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #434B3B is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 59 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.71 |
| HSL | 90º | 0.12% | 0.26% | - |
| HSV(B) | 90º | 0.21% | 0.29% | - |
| XYZ | 5.62 | 6.54 | 5.1 | - |
| YUV | 70.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 59 | 0.11 | 0 | 0.21 | 0.71 | 90 | 0.12 | 0.26 |
| Hex | 43 | 4B | 3B | B | 0 | 15 | 47 | 5A | C | 1A |
| Octal | 103 | 113 | 73 | 13 | 0 | 25 | 107 | 132 | 14 | 32 |
| Binary | 1000011 | 1001011 | 111011 | 1011 | 0 | 10101 | 1000111 | 1011010 | 1100 | 11010 |
Color Harmonies of #434B3B
Complementary color
Monochromatic Colors of #434B3B
Black with #434B3B
Text Example
Text Example
White with #434B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B3B; }
p { color: rgb(67,75,59); }
H1.HeaderClassName
{
color: #434B3B;
}
.AnyTagClassName
{
color: #434B3B;
}
</style>
background-color css
<style>
a { background-color: #434B3B; }
a { background-color: rgb(67,75,59); }
div.DivClassName
{
background-color: #434B3B;
}
.BgClassName
{
background-color: #434B3B;
}
</style>
border-color css
<style>
span { border-color: #434B3B; }
span { border-color: rgb(67,75,59); }
td.TdClassName
{
border-color: #434B3B;
}
.TagClassName
{
border-color: #434B3B;
}
</style>