Shades of Armadillo #434B3F
Tints of Armadillo #434B3F
RGB
CMYK
RGB Variations
Color information
#434B3F (or 0x434B3F) is known color: Armadillo. HEX triplet: 43, 4B and 3F. RGB value is (67,75,63). Sum of RGB (Red+Green+Blue) = 67+75+63=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #434B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B3F is #BCB4C0. Grayscale: #474747. Windows color (decimal): -12367041 or 4148035. OLE color: 4148035.
HSL color Cylindrical-coordinate representation of color #434B3F: hue angle of 100º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434B3F is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 63 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.71 |
| HSL | 100º | 0.09% | 0.27% | - |
| HSV(B) | 100º | 0.16% | 0.29% | - |
| XYZ | 5.73 | 6.58 | 5.67 | - |
| YUV | 71.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 63 | 0.11 | 0 | 0.16 | 0.71 | 100 | 0.09 | 0.27 |
| Hex | 43 | 4B | 3F | B | 0 | 10 | 47 | 64 | 9 | 1B |
| Octal | 103 | 113 | 77 | 13 | 0 | 20 | 107 | 144 | 11 | 33 |
| Binary | 1000011 | 1001011 | 111111 | 1011 | 0 | 10000 | 1000111 | 1100100 | 1001 | 11011 |
Color Harmonies of #434B3F
Complementary color
Monochromatic Colors of #434B3F
Black with #434B3F
Text Example
Text Example
White with #434B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B3F; }
p { color: rgb(67,75,63); }
H1.HeaderClassName
{
color: #434B3F;
}
.AnyTagClassName
{
color: #434B3F;
}
</style>
background-color css
<style>
a { background-color: #434B3F; }
a { background-color: rgb(67,75,63); }
div.DivClassName
{
background-color: #434B3F;
}
.BgClassName
{
background-color: #434B3F;
}
</style>
border-color css
<style>
span { border-color: #434B3F; }
span { border-color: rgb(67,75,63); }
td.TdClassName
{
border-color: #434B3F;
}
.TagClassName
{
border-color: #434B3F;
}
</style>