Shades of Tom Thumb #475E40
Tints of Tom Thumb #475E40
RGB
CMYK
RGB Variations
Color information
#475E40 (or 0x475E40) is known color: Tom Thumb. HEX triplet: 47, 5E and 40. RGB value is (71,94,64). Sum of RGB (Red+Green+Blue) = 71+94+64=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 94 - color contains mainly: green. Hex color #475E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475E40 is #B8A1BF. Grayscale: #535353. Windows color (decimal): -12100032 or 4218439. OLE color: 4218439.
HSL color Cylindrical-coordinate representation of color #475E40: hue angle of 106º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475E40 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 64 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.63 |
| HSL | 106º | 0.19% | 0.31% | - |
| HSV(B) | 106º | 0.32% | 0.37% | - |
| XYZ | 7.53 | 9.72 | 6.33 | - |
| YUV | 83.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 64 | 0.24 | 0 | 0.32 | 0.63 | 106 | 0.19 | 0.31 |
| Hex | 47 | 5E | 40 | 18 | 0 | 20 | 3F | 6A | 13 | 1F |
| Octal | 107 | 136 | 100 | 30 | 0 | 40 | 77 | 152 | 23 | 37 |
| Binary | 1000111 | 1011110 | 1000000 | 11000 | 0 | 100000 | 111111 | 1101010 | 10011 | 11111 |
Color Harmonies of #475E40
Complementary color
Monochromatic Colors of #475E40
Black with #475E40
Text Example
Text Example
White with #475E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E40; }
p { color: rgb(71,94,64); }
H1.HeaderClassName
{
color: #475E40;
}
.AnyTagClassName
{
color: #475E40;
}
</style>
background-color css
<style>
a { background-color: #475E40; }
a { background-color: rgb(71,94,64); }
div.DivClassName
{
background-color: #475E40;
}
.BgClassName
{
background-color: #475E40;
}
</style>
border-color css
<style>
span { border-color: #475E40; }
span { border-color: rgb(71,94,64); }
td.TdClassName
{
border-color: #475E40;
}
.TagClassName
{
border-color: #475E40;
}
</style>