Shades of Armadillo #434B39
Tints of Armadillo #434B39
RGB
CMYK
RGB Variations
Color information
#434B39 (or 0x434B39) is known color: Armadillo. HEX triplet: 43, 4B and 39. RGB value is (67,75,57). Sum of RGB (Red+Green+Blue) = 67+75+57=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #434B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B39 is #BCB4C6. Grayscale: #464646. Windows color (decimal): -12367047 or 3754819. OLE color: 3754819.
HSL color Cylindrical-coordinate representation of color #434B39: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #434B39 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 57 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.71 |
| HSL | 86.67º | 0.14% | 0.26% | - |
| HSV(B) | 86.67º | 0.24% | 0.29% | - |
| XYZ | 5.57 | 6.52 | 4.84 | - |
| YUV | 70.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 57 | 0.11 | 0 | 0.24 | 0.71 | 86.67 | 0.14 | 0.26 |
| Hex | 43 | 4B | 39 | B | 0 | 18 | 47 | 57 | E | 1A |
| Octal | 103 | 113 | 71 | 13 | 0 | 30 | 107 | 127 | 16 | 32 |
| Binary | 1000011 | 1001011 | 111001 | 1011 | 0 | 11000 | 1000111 | 1010111 | 1110 | 11010 |
Color Harmonies of #434B39
Complementary color
Monochromatic Colors of #434B39
Black with #434B39
Text Example
Text Example
White with #434B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B39; }
p { color: rgb(67,75,57); }
H1.HeaderClassName
{
color: #434B39;
}
.AnyTagClassName
{
color: #434B39;
}
</style>
background-color css
<style>
a { background-color: #434B39; }
a { background-color: rgb(67,75,57); }
div.DivClassName
{
background-color: #434B39;
}
.BgClassName
{
background-color: #434B39;
}
</style>
border-color css
<style>
span { border-color: #434B39; }
span { border-color: rgb(67,75,57); }
td.TdClassName
{
border-color: #434B39;
}
.TagClassName
{
border-color: #434B39;
}
</style>