Shades of Tuatara #474D38
Tints of Tuatara #474D38
RGB
CMYK
RGB Variations
Color information
#474D38 (or 0x474D38) is known color: Tuatara. HEX triplet: 47, 4D and 38. RGB value is (71,77,56). Sum of RGB (Red+Green+Blue) = 71+77+56=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 77 - color contains mainly: green. Hex color #474D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D38 is #B8B2C7. Grayscale: #484848. Windows color (decimal): -12104392 or 3689799. OLE color: 3689799.
HSL color Cylindrical-coordinate representation of color #474D38: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474D38 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 56 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.70 |
| HSL | 77.14º | 0.16% | 0.26% | - |
| HSV(B) | 77.14º | 0.27% | 0.3% | - |
| XYZ | 5.97 | 6.93 | 4.77 | - |
| YUV | 72.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 56 | 0.08 | 0 | 0.27 | 0.70 | 77.14 | 0.16 | 0.26 |
| Hex | 47 | 4D | 38 | 8 | 0 | 1B | 46 | 4D | 10 | 1A |
| Octal | 107 | 115 | 70 | 10 | 0 | 33 | 106 | 115 | 20 | 32 |
| Binary | 1000111 | 1001101 | 111000 | 1000 | 0 | 11011 | 1000110 | 1001101 | 10000 | 11010 |
Color Harmonies of #474D38
Complementary color
Monochromatic Colors of #474D38
Black with #474D38
Text Example
Text Example
White with #474D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D38; }
p { color: rgb(71,77,56); }
H1.HeaderClassName
{
color: #474D38;
}
.AnyTagClassName
{
color: #474D38;
}
</style>
background-color css
<style>
a { background-color: #474D38; }
a { background-color: rgb(71,77,56); }
div.DivClassName
{
background-color: #474D38;
}
.BgClassName
{
background-color: #474D38;
}
</style>
border-color css
<style>
span { border-color: #474D38; }
span { border-color: rgb(71,77,56); }
td.TdClassName
{
border-color: #474D38;
}
.TagClassName
{
border-color: #474D38;
}
</style>