Shades of Armadillo #454940
Tints of Armadillo #454940
RGB
CMYK
RGB Variations
Color information
#454940 (or 0x454940) is known color: Armadillo. HEX triplet: 45, 49 and 40. RGB value is (69,73,64). Sum of RGB (Red+Green+Blue) = 69+73+64=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #454940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454940 is #BAB6BF. Grayscale: #464646. Windows color (decimal): -12236480 or 4213061. OLE color: 4213061.
HSL color Cylindrical-coordinate representation of color #454940: hue angle of 86.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454940 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 64 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.71 |
| HSL | 86.67º | 0.07% | 0.27% | - |
| HSV(B) | 86.67º | 0.12% | 0.29% | - |
| XYZ | 5.76 | 6.4 | 5.78 | - |
| YUV | 70.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 64 | 0.05 | 0 | 0.12 | 0.71 | 86.67 | 0.07 | 0.27 |
| Hex | 45 | 49 | 40 | 5 | 0 | C | 47 | 57 | 7 | 1B |
| Octal | 105 | 111 | 100 | 5 | 0 | 14 | 107 | 127 | 7 | 33 |
| Binary | 1000101 | 1001001 | 1000000 | 101 | 0 | 1100 | 1000111 | 1010111 | 111 | 11011 |
Color Harmonies of #454940
Complementary color
Monochromatic Colors of #454940
Black with #454940
Text Example
Text Example
White with #454940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454940; }
p { color: rgb(69,73,64); }
H1.HeaderClassName
{
color: #454940;
}
.AnyTagClassName
{
color: #454940;
}
</style>
background-color css
<style>
a { background-color: #454940; }
a { background-color: rgb(69,73,64); }
div.DivClassName
{
background-color: #454940;
}
.BgClassName
{
background-color: #454940;
}
</style>
border-color css
<style>
span { border-color: #454940; }
span { border-color: rgb(69,73,64); }
td.TdClassName
{
border-color: #454940;
}
.TagClassName
{
border-color: #454940;
}
</style>