Shades of Armadillo #454E3A
Tints of Armadillo #454E3A
RGB
CMYK
RGB Variations
Color information
#454E3A (or 0x454E3A) is known color: Armadillo. HEX triplet: 45, 4E and 3A. RGB value is (69,78,58). Sum of RGB (Red+Green+Blue) = 69+78+58=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #454E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454E3A is #BAB1C5. Grayscale: #494949. Windows color (decimal): -12235206 or 3821125. OLE color: 3821125.
HSL color Cylindrical-coordinate representation of color #454E3A: hue angle of 87º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #454E3A is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 78 | 58 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.69 |
| HSL | 87º | 0.15% | 0.27% | - |
| HSV(B) | 87º | 0.26% | 0.31% | - |
| XYZ | 5.94 | 7.02 | 5.04 | - |
| YUV | 73.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 58 | 0.12 | 0 | 0.26 | 0.69 | 87 | 0.15 | 0.27 |
| Hex | 45 | 4E | 3A | C | 0 | 1A | 45 | 57 | F | 1B |
| Octal | 105 | 116 | 72 | 14 | 0 | 32 | 105 | 127 | 17 | 33 |
| Binary | 1000101 | 1001110 | 111010 | 1100 | 0 | 11010 | 1000101 | 1010111 | 1111 | 11011 |
Color Harmonies of #454E3A
Complementary color
Monochromatic Colors of #454E3A
Black with #454E3A
Text Example
Text Example
White with #454E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454E3A; }
p { color: rgb(69,78,58); }
H1.HeaderClassName
{
color: #454E3A;
}
.AnyTagClassName
{
color: #454E3A;
}
</style>
background-color css
<style>
a { background-color: #454E3A; }
a { background-color: rgb(69,78,58); }
div.DivClassName
{
background-color: #454E3A;
}
.BgClassName
{
background-color: #454E3A;
}
</style>
border-color css
<style>
span { border-color: #454E3A; }
span { border-color: rgb(69,78,58); }
td.TdClassName
{
border-color: #454E3A;
}
.TagClassName
{
border-color: #454E3A;
}
</style>