Shades of Armadillo #454644
Tints of Armadillo #454644
RGB
CMYK
RGB Variations
Color information
#454644 (or 0x454644) is known color: Armadillo. HEX triplet: 45, 46 and 44. RGB value is (69,70,68). Sum of RGB (Red+Green+Blue) = 69+70+68=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 70 - color contains mainly: green. Hex color #454644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454644 is #BAB9BB. Grayscale: #454545. Windows color (decimal): -12237244 or 4474437. OLE color: 4474437.
HSL color Cylindrical-coordinate representation of color #454644: hue angle of 90º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #454644 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
RGB | 69 | 70 | 68 | - |
CMYK | 0.01 | 0 | 0.03 | 0.73 |
HSL | 90º | 0.01% | 0.27% | - |
HSV(B) | 90º | 0.03% | 0.27% | - |
XYZ | 5.69 | 6.06 | 6.34 | - |
YUV | 69.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 70 | 68 | 0.01 | 0 | 0.03 | 0.73 | 90 | 0.01 | 0.27 |
Hex | 45 | 46 | 44 | 1 | 0 | 3 | 49 | 5A | 1 | 1B |
Octal | 105 | 106 | 104 | 1 | 0 | 3 | 111 | 132 | 1 | 33 |
Binary | 1000101 | 1000110 | 1000100 | 1 | 0 | 11 | 1001001 | 1011010 | 1 | 11011 |
Color Harmonies of #454644
Complementary color
Monochromatic Colors of #454644
Black with #454644
Text Example
Text Example
White with #454644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454644; }
p { color: rgb(69,70,68); }
H1.HeaderClassName
{
color: #454644;
}
.AnyTagClassName
{
color: #454644;
}
</style>
background-color css
<style>
a { background-color: #454644; }
a { background-color: rgb(69,70,68); }
div.DivClassName
{
background-color: #454644;
}
.BgClassName
{
background-color: #454644;
}
</style>
border-color css
<style>
span { border-color: #454644; }
span { border-color: rgb(69,70,68); }
td.TdClassName
{
border-color: #454644;
}
.TagClassName
{
border-color: #454644;
}
</style>