Shades of Tom Thumb #4F6942
Tints of Tom Thumb #4F6942
RGB
CMYK
RGB Variations
Color information
#4F6942 (or 0x4F6942) is known color: Tom Thumb. HEX triplet: 4F, 69 and 42. RGB value is (79,105,66). Sum of RGB (Red+Green+Blue) = 79+105+66=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6942 is #B096BD. Grayscale: #5C5C5C. Windows color (decimal): -11572926 or 4352335. OLE color: 4352335.
HSL color Cylindrical-coordinate representation of color #4F6942: hue angle of 100º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F6942 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 66 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.59 |
| HSL | 100º | 0.23% | 0.34% | - |
| HSV(B) | 100º | 0.37% | 0.41% | - |
| XYZ | 9.26 | 12.16 | 7.01 | - |
| YUV | 92.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 66 | 0.25 | 0 | 0.37 | 0.59 | 100 | 0.23 | 0.34 |
| Hex | 4F | 69 | 42 | 19 | 0 | 25 | 3B | 64 | 17 | 22 |
| Octal | 117 | 151 | 102 | 31 | 0 | 45 | 73 | 144 | 27 | 42 |
| Binary | 1001111 | 1101001 | 1000010 | 11001 | 0 | 100101 | 111011 | 1100100 | 10111 | 100010 |
Color Harmonies of #4F6942
Complementary color
Monochromatic Colors of #4F6942
Black with #4F6942
Text Example
Text Example
White with #4F6942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6942; }
p { color: rgb(79,105,66); }
H1.HeaderClassName
{
color: #4F6942;
}
.AnyTagClassName
{
color: #4F6942;
}
</style>
background-color css
<style>
a { background-color: #4F6942; }
a { background-color: rgb(79,105,66); }
div.DivClassName
{
background-color: #4F6942;
}
.BgClassName
{
background-color: #4F6942;
}
</style>
border-color css
<style>
span { border-color: #4F6942; }
span { border-color: rgb(79,105,66); }
td.TdClassName
{
border-color: #4F6942;
}
.TagClassName
{
border-color: #4F6942;
}
</style>