Shades of Tom Thumb #4D6142
Tints of Tom Thumb #4D6142
RGB
CMYK
RGB Variations
Color information
#4D6142 (or 0x4D6142) is known color: Tom Thumb. HEX triplet: 4D, 61 and 42. RGB value is (77,97,66). Sum of RGB (Red+Green+Blue) = 77+97+66=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6142 is #B29EBD. Grayscale: #575757. Windows color (decimal): -11706046 or 4350285. OLE color: 4350285.
HSL color Cylindrical-coordinate representation of color #4D6142: hue angle of 98.71º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D6142 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 66 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.62 |
| HSL | 98.71º | 0.19% | 0.32% | - |
| HSV(B) | 98.71º | 0.32% | 0.38% | - |
| XYZ | 8.32 | 10.52 | 6.75 | - |
| YUV | 87.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 66 | 0.21 | 0 | 0.32 | 0.62 | 98.71 | 0.19 | 0.32 |
| Hex | 4D | 61 | 42 | 15 | 0 | 20 | 3E | 63 | 13 | 20 |
| Octal | 115 | 141 | 102 | 25 | 0 | 40 | 76 | 143 | 23 | 40 |
| Binary | 1001101 | 1100001 | 1000010 | 10101 | 0 | 100000 | 111110 | 1100011 | 10011 | 100000 |
Color Harmonies of #4D6142
Complementary color
Monochromatic Colors of #4D6142
Black with #4D6142
Text Example
Text Example
White with #4D6142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6142; }
p { color: rgb(77,97,66); }
H1.HeaderClassName
{
color: #4D6142;
}
.AnyTagClassName
{
color: #4D6142;
}
</style>
background-color css
<style>
a { background-color: #4D6142; }
a { background-color: rgb(77,97,66); }
div.DivClassName
{
background-color: #4D6142;
}
.BgClassName
{
background-color: #4D6142;
}
</style>
border-color css
<style>
span { border-color: #4D6142; }
span { border-color: rgb(77,97,66); }
td.TdClassName
{
border-color: #4D6142;
}
.TagClassName
{
border-color: #4D6142;
}
</style>