Shades of Tom Thumb #475B40
Tints of Tom Thumb #475B40
RGB
CMYK
RGB Variations
Color information
#475B40 (or 0x475B40) is known color: Tom Thumb. HEX triplet: 47, 5B and 40. RGB value is (71,91,64). Sum of RGB (Red+Green+Blue) = 71+91+64=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #475B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B40 is #B8A4BF. Grayscale: #525252. Windows color (decimal): -12100800 or 4217671. OLE color: 4217671.
HSL color Cylindrical-coordinate representation of color #475B40: hue angle of 104.44º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475B40 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 64 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.64 |
| HSL | 104.44º | 0.17% | 0.3% | - |
| HSV(B) | 104.44º | 0.3% | 0.36% | - |
| XYZ | 7.27 | 9.19 | 6.24 | - |
| YUV | 81.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 64 | 0.22 | 0 | 0.30 | 0.64 | 104.44 | 0.17 | 0.3 |
| Hex | 47 | 5B | 40 | 16 | 0 | 1E | 40 | 68 | 11 | 1E |
| Octal | 107 | 133 | 100 | 26 | 0 | 36 | 100 | 150 | 21 | 36 |
| Binary | 1000111 | 1011011 | 1000000 | 10110 | 0 | 11110 | 1000000 | 1101000 | 10001 | 11110 |
Color Harmonies of #475B40
Complementary color
Monochromatic Colors of #475B40
Black with #475B40
Text Example
Text Example
White with #475B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B40; }
p { color: rgb(71,91,64); }
H1.HeaderClassName
{
color: #475B40;
}
.AnyTagClassName
{
color: #475B40;
}
</style>
background-color css
<style>
a { background-color: #475B40; }
a { background-color: rgb(71,91,64); }
div.DivClassName
{
background-color: #475B40;
}
.BgClassName
{
background-color: #475B40;
}
</style>
border-color css
<style>
span { border-color: #475B40; }
span { border-color: rgb(71,91,64); }
td.TdClassName
{
border-color: #475B40;
}
.TagClassName
{
border-color: #475B40;
}
</style>