Shades of Armadillo #424B3C
Tints of Armadillo #424B3C
RGB
CMYK
RGB Variations
Color information
#424B3C (or 0x424B3C) is known color: Armadillo. HEX triplet: 42, 4B and 3C. RGB value is (66,75,60). Sum of RGB (Red+Green+Blue) = 66+75+60=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #424B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B3C is #BDB4C3. Grayscale: #464646. Windows color (decimal): -12432580 or 3951426. OLE color: 3951426.
HSL color Cylindrical-coordinate representation of color #424B3C: hue angle of 96º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424B3C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 60 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.71 |
| HSL | 96º | 0.11% | 0.26% | - |
| HSV(B) | 96º | 0.2% | 0.29% | - |
| XYZ | 5.58 | 6.52 | 5.24 | - |
| YUV | 70.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 60 | 0.12 | 0 | 0.20 | 0.71 | 96 | 0.11 | 0.26 |
| Hex | 42 | 4B | 3C | C | 0 | 14 | 47 | 60 | B | 1A |
| Octal | 102 | 113 | 74 | 14 | 0 | 24 | 107 | 140 | 13 | 32 |
| Binary | 1000010 | 1001011 | 111100 | 1100 | 0 | 10100 | 1000111 | 1100000 | 1011 | 11010 |
Color Harmonies of #424B3C
Complementary color
Monochromatic Colors of #424B3C
Black with #424B3C
Text Example
Text Example
White with #424B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B3C; }
p { color: rgb(66,75,60); }
H1.HeaderClassName
{
color: #424B3C;
}
.AnyTagClassName
{
color: #424B3C;
}
</style>
background-color css
<style>
a { background-color: #424B3C; }
a { background-color: rgb(66,75,60); }
div.DivClassName
{
background-color: #424B3C;
}
.BgClassName
{
background-color: #424B3C;
}
</style>
border-color css
<style>
span { border-color: #424B3C; }
span { border-color: rgb(66,75,60); }
td.TdClassName
{
border-color: #424B3C;
}
.TagClassName
{
border-color: #424B3C;
}
</style>