Shades of Tom Thumb #4F6247
Tints of Tom Thumb #4F6247
RGB
CMYK
RGB Variations
Color information
#4F6247 (or 0x4F6247) is known color: Tom Thumb. HEX triplet: 4F, 62 and 47. RGB value is (79,98,71). Sum of RGB (Red+Green+Blue) = 79+98+71=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6247 is #B09DB8. Grayscale: #595959. Windows color (decimal): -11574713 or 4678223. OLE color: 4678223.
HSL color Cylindrical-coordinate representation of color #4F6247: hue angle of 102.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F6247 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 71 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.62 |
| HSL | 102.22º | 0.16% | 0.33% | - |
| HSV(B) | 102.22º | 0.28% | 0.38% | - |
| XYZ | 8.73 | 10.85 | 7.6 | - |
| YUV | 89.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 71 | 0.19 | 0 | 0.28 | 0.62 | 102.22 | 0.16 | 0.33 |
| Hex | 4F | 62 | 47 | 13 | 0 | 1C | 3E | 66 | 10 | 21 |
| Octal | 117 | 142 | 107 | 23 | 0 | 34 | 76 | 146 | 20 | 41 |
| Binary | 1001111 | 1100010 | 1000111 | 10011 | 0 | 11100 | 111110 | 1100110 | 10000 | 100001 |
Color Harmonies of #4F6247
Complementary color
Monochromatic Colors of #4F6247
Black with #4F6247
Text Example
Text Example
White with #4F6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6247; }
p { color: rgb(79,98,71); }
H1.HeaderClassName
{
color: #4F6247;
}
.AnyTagClassName
{
color: #4F6247;
}
</style>
background-color css
<style>
a { background-color: #4F6247; }
a { background-color: rgb(79,98,71); }
div.DivClassName
{
background-color: #4F6247;
}
.BgClassName
{
background-color: #4F6247;
}
</style>
border-color css
<style>
span { border-color: #4F6247; }
span { border-color: rgb(79,98,71); }
td.TdClassName
{
border-color: #4F6247;
}
.TagClassName
{
border-color: #4F6247;
}
</style>