Shades of Tuatara #494D40
Tints of Tuatara #494D40
RGB
CMYK
RGB Variations
Color information
#494D40 (or 0x494D40) is known color: Tuatara. HEX triplet: 49, 4D and 40. RGB value is (73,77,64). Sum of RGB (Red+Green+Blue) = 73+77+64=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 77 - color contains mainly: green. Hex color #494D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D40 is #B6B2BF. Grayscale: #4A4A4A. Windows color (decimal): -11973312 or 4214089. OLE color: 4214089.
HSL color Cylindrical-coordinate representation of color #494D40: hue angle of 78.46º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494D40 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 64 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.70 |
| HSL | 78.46º | 0.09% | 0.28% | - |
| HSV(B) | 78.46º | 0.17% | 0.3% | - |
| XYZ | 6.33 | 7.09 | 5.89 | - |
| YUV | 74.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 64 | 0.05 | 0 | 0.17 | 0.70 | 78.46 | 0.09 | 0.28 |
| Hex | 49 | 4D | 40 | 5 | 0 | 11 | 46 | 4E | 9 | 1C |
| Octal | 111 | 115 | 100 | 5 | 0 | 21 | 106 | 116 | 11 | 34 |
| Binary | 1001001 | 1001101 | 1000000 | 101 | 0 | 10001 | 1000110 | 1001110 | 1001 | 11100 |
Color Harmonies of #494D40
Complementary color
Monochromatic Colors of #494D40
Black with #494D40
Text Example
Text Example
White with #494D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D40; }
p { color: rgb(73,77,64); }
H1.HeaderClassName
{
color: #494D40;
}
.AnyTagClassName
{
color: #494D40;
}
</style>
background-color css
<style>
a { background-color: #494D40; }
a { background-color: rgb(73,77,64); }
div.DivClassName
{
background-color: #494D40;
}
.BgClassName
{
background-color: #494D40;
}
</style>
border-color css
<style>
span { border-color: #494D40; }
span { border-color: rgb(73,77,64); }
td.TdClassName
{
border-color: #494D40;
}
.TagClassName
{
border-color: #494D40;
}
</style>