Shades of Tom Thumb #475C41
Tints of Tom Thumb #475C41
RGB
CMYK
RGB Variations
Color information
#475C41 (or 0x475C41) is known color: Tom Thumb. HEX triplet: 47, 5C and 41. RGB value is (71,92,65). Sum of RGB (Red+Green+Blue) = 71+92+65=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #475C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C41 is #B8A3BE. Grayscale: #525252. Windows color (decimal): -12100543 or 4283463. OLE color: 4283463.
HSL color Cylindrical-coordinate representation of color #475C41: hue angle of 106.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475C41 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 65 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.64 |
| HSL | 106.67º | 0.17% | 0.31% | - |
| HSV(B) | 106.67º | 0.29% | 0.36% | - |
| XYZ | 7.38 | 9.38 | 6.42 | - |
| YUV | 82.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 65 | 0.23 | 0 | 0.29 | 0.64 | 106.67 | 0.17 | 0.31 |
| Hex | 47 | 5C | 41 | 17 | 0 | 1D | 40 | 6B | 11 | 1F |
| Octal | 107 | 134 | 101 | 27 | 0 | 35 | 100 | 153 | 21 | 37 |
| Binary | 1000111 | 1011100 | 1000001 | 10111 | 0 | 11101 | 1000000 | 1101011 | 10001 | 11111 |
Color Harmonies of #475C41
Complementary color
Monochromatic Colors of #475C41
Black with #475C41
Text Example
Text Example
White with #475C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C41; }
p { color: rgb(71,92,65); }
H1.HeaderClassName
{
color: #475C41;
}
.AnyTagClassName
{
color: #475C41;
}
</style>
background-color css
<style>
a { background-color: #475C41; }
a { background-color: rgb(71,92,65); }
div.DivClassName
{
background-color: #475C41;
}
.BgClassName
{
background-color: #475C41;
}
</style>
border-color css
<style>
span { border-color: #475C41; }
span { border-color: rgb(71,92,65); }
td.TdClassName
{
border-color: #475C41;
}
.TagClassName
{
border-color: #475C41;
}
</style>