Shades of Armadillo #454D3E
Tints of Armadillo #454D3E
RGB
CMYK
RGB Variations
Color information
#454D3E (or 0x454D3E) is known color: Armadillo. HEX triplet: 45, 4D and 3E. RGB value is (69,77,62). Sum of RGB (Red+Green+Blue) = 69+77+62=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #454D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D3E is #BAB2C1. Grayscale: #484848. Windows color (decimal): -12235458 or 4083013. OLE color: 4083013.
HSL color Cylindrical-coordinate representation of color #454D3E: hue angle of 92º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454D3E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 77 | 62 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.70 |
| HSL | 92º | 0.11% | 0.27% | - |
| HSV(B) | 92º | 0.19% | 0.3% | - |
| XYZ | 5.98 | 6.92 | 5.58 | - |
| YUV | 72.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 62 | 0.10 | 0 | 0.19 | 0.70 | 92 | 0.11 | 0.27 |
| Hex | 45 | 4D | 3E | A | 0 | 13 | 46 | 5C | B | 1B |
| Octal | 105 | 115 | 76 | 12 | 0 | 23 | 106 | 134 | 13 | 33 |
| Binary | 1000101 | 1001101 | 111110 | 1010 | 0 | 10011 | 1000110 | 1011100 | 1011 | 11011 |
Color Harmonies of #454D3E
Complementary color
Monochromatic Colors of #454D3E
Black with #454D3E
Text Example
Text Example
White with #454D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D3E; }
p { color: rgb(69,77,62); }
H1.HeaderClassName
{
color: #454D3E;
}
.AnyTagClassName
{
color: #454D3E;
}
</style>
background-color css
<style>
a { background-color: #454D3E; }
a { background-color: rgb(69,77,62); }
div.DivClassName
{
background-color: #454D3E;
}
.BgClassName
{
background-color: #454D3E;
}
</style>
border-color css
<style>
span { border-color: #454D3E; }
span { border-color: rgb(69,77,62); }
td.TdClassName
{
border-color: #454D3E;
}
.TagClassName
{
border-color: #454D3E;
}
</style>