Shades of Armadillo #454F3B
Tints of Armadillo #454F3B
RGB
CMYK
RGB Variations
Color information
#454F3B (or 0x454F3B) is known color: Armadillo. HEX triplet: 45, 4F and 3B. RGB value is (69,79,59). Sum of RGB (Red+Green+Blue) = 69+79+59=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #454F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F3B is #BAB0C4. Grayscale: #494949. Windows color (decimal): -12234949 or 3886917. OLE color: 3886917.
HSL color Cylindrical-coordinate representation of color #454F3B: hue angle of 90º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #454F3B is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 59 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.69 |
| HSL | 90º | 0.14% | 0.27% | - |
| HSV(B) | 90º | 0.25% | 0.31% | - |
| XYZ | 6.04 | 7.17 | 5.2 | - |
| YUV | 73.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 59 | 0.13 | 0 | 0.25 | 0.69 | 90 | 0.14 | 0.27 |
| Hex | 45 | 4F | 3B | D | 0 | 19 | 45 | 5A | E | 1B |
| Octal | 105 | 117 | 73 | 15 | 0 | 31 | 105 | 132 | 16 | 33 |
| Binary | 1000101 | 1001111 | 111011 | 1101 | 0 | 11001 | 1000101 | 1011010 | 1110 | 11011 |
Color Harmonies of #454F3B
Complementary color
Monochromatic Colors of #454F3B
Black with #454F3B
Text Example
Text Example
White with #454F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F3B; }
p { color: rgb(69,79,59); }
H1.HeaderClassName
{
color: #454F3B;
}
.AnyTagClassName
{
color: #454F3B;
}
</style>
background-color css
<style>
a { background-color: #454F3B; }
a { background-color: rgb(69,79,59); }
div.DivClassName
{
background-color: #454F3B;
}
.BgClassName
{
background-color: #454F3B;
}
</style>
border-color css
<style>
span { border-color: #454F3B; }
span { border-color: rgb(69,79,59); }
td.TdClassName
{
border-color: #454F3B;
}
.TagClassName
{
border-color: #454F3B;
}
</style>