Shades of Tom Thumb #4A6341
Tints of Tom Thumb #4A6341
RGB
CMYK
RGB Variations
Color information
#4A6341 (or 0x4A6341) is known color: Tom Thumb. HEX triplet: 4A, 63 and 41. RGB value is (74,99,65). Sum of RGB (Red+Green+Blue) = 74+99+65=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6341 is #B59CBE. Grayscale: #575757. Windows color (decimal): -11902143 or 4285258. OLE color: 4285258.
HSL color Cylindrical-coordinate representation of color #4A6341: hue angle of 104.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A6341 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 65 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.61 |
| HSL | 104.12º | 0.21% | 0.32% | - |
| HSV(B) | 104.12º | 0.34% | 0.39% | - |
| XYZ | 8.24 | 10.76 | 6.64 | - |
| YUV | 87.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 65 | 0.25 | 0 | 0.34 | 0.61 | 104.12 | 0.21 | 0.32 |
| Hex | 4A | 63 | 41 | 19 | 0 | 22 | 3D | 68 | 15 | 20 |
| Octal | 112 | 143 | 101 | 31 | 0 | 42 | 75 | 150 | 25 | 40 |
| Binary | 1001010 | 1100011 | 1000001 | 11001 | 0 | 100010 | 111101 | 1101000 | 10101 | 100000 |
Color Harmonies of #4A6341
Complementary color
Monochromatic Colors of #4A6341
Black with #4A6341
Text Example
Text Example
White with #4A6341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6341; }
p { color: rgb(74,99,65); }
H1.HeaderClassName
{
color: #4A6341;
}
.AnyTagClassName
{
color: #4A6341;
}
</style>
background-color css
<style>
a { background-color: #4A6341; }
a { background-color: rgb(74,99,65); }
div.DivClassName
{
background-color: #4A6341;
}
.BgClassName
{
background-color: #4A6341;
}
</style>
border-color css
<style>
span { border-color: #4A6341; }
span { border-color: rgb(74,99,65); }
td.TdClassName
{
border-color: #4A6341;
}
.TagClassName
{
border-color: #4A6341;
}
</style>