Shades of Armadillo #474F3E
Tints of Armadillo #474F3E
RGB
CMYK
RGB Variations
Color information
#474F3E (or 0x474F3E) is known color: Armadillo. HEX triplet: 47, 4F and 3E. RGB value is (71,79,62). Sum of RGB (Red+Green+Blue) = 71+79+62=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #474F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F3E is #B8B0C1. Grayscale: #4A4A4A. Windows color (decimal): -12103874 or 4083527. OLE color: 4083527.
HSL color Cylindrical-coordinate representation of color #474F3E: hue angle of 88.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474F3E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 62 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.69 |
| HSL | 88.24º | 0.12% | 0.28% | - |
| HSV(B) | 88.24º | 0.22% | 0.31% | - |
| XYZ | 6.26 | 7.28 | 5.63 | - |
| YUV | 74.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 62 | 0.10 | 0 | 0.22 | 0.69 | 88.24 | 0.12 | 0.28 |
| Hex | 47 | 4F | 3E | A | 0 | 16 | 45 | 58 | C | 1C |
| Octal | 107 | 117 | 76 | 12 | 0 | 26 | 105 | 130 | 14 | 34 |
| Binary | 1000111 | 1001111 | 111110 | 1010 | 0 | 10110 | 1000101 | 1011000 | 1100 | 11100 |
Color Harmonies of #474F3E
Complementary color
Monochromatic Colors of #474F3E
Black with #474F3E
Text Example
Text Example
White with #474F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F3E; }
p { color: rgb(71,79,62); }
H1.HeaderClassName
{
color: #474F3E;
}
.AnyTagClassName
{
color: #474F3E;
}
</style>
background-color css
<style>
a { background-color: #474F3E; }
a { background-color: rgb(71,79,62); }
div.DivClassName
{
background-color: #474F3E;
}
.BgClassName
{
background-color: #474F3E;
}
</style>
border-color css
<style>
span { border-color: #474F3E; }
span { border-color: rgb(71,79,62); }
td.TdClassName
{
border-color: #474F3E;
}
.TagClassName
{
border-color: #474F3E;
}
</style>