Shades of Tom Thumb #475C40
Tints of Tom Thumb #475C40
RGB
CMYK
RGB Variations
Color information
#475C40 (or 0x475C40) is known color: Tom Thumb. HEX triplet: 47, 5C and 40. RGB value is (71,92,64). Sum of RGB (Red+Green+Blue) = 71+92+64=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #475C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C40 is #B8A3BF. Grayscale: #525252. Windows color (decimal): -12100544 or 4217927. OLE color: 4217927.
HSL color Cylindrical-coordinate representation of color #475C40: hue angle of 105º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475C40 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 64 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.64 |
| HSL | 105º | 0.18% | 0.31% | - |
| HSV(B) | 105º | 0.3% | 0.36% | - |
| XYZ | 7.35 | 9.36 | 6.27 | - |
| YUV | 82.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 64 | 0.23 | 0 | 0.30 | 0.64 | 105 | 0.18 | 0.31 |
| Hex | 47 | 5C | 40 | 17 | 0 | 1E | 40 | 69 | 12 | 1F |
| Octal | 107 | 134 | 100 | 27 | 0 | 36 | 100 | 151 | 22 | 37 |
| Binary | 1000111 | 1011100 | 1000000 | 10111 | 0 | 11110 | 1000000 | 1101001 | 10010 | 11111 |
Color Harmonies of #475C40
Complementary color
Monochromatic Colors of #475C40
Black with #475C40
Text Example
Text Example
White with #475C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C40; }
p { color: rgb(71,92,64); }
H1.HeaderClassName
{
color: #475C40;
}
.AnyTagClassName
{
color: #475C40;
}
</style>
background-color css
<style>
a { background-color: #475C40; }
a { background-color: rgb(71,92,64); }
div.DivClassName
{
background-color: #475C40;
}
.BgClassName
{
background-color: #475C40;
}
</style>
border-color css
<style>
span { border-color: #475C40; }
span { border-color: rgb(71,92,64); }
td.TdClassName
{
border-color: #475C40;
}
.TagClassName
{
border-color: #475C40;
}
</style>