Shades of Tom Thumb #4A6245
Tints of Tom Thumb #4A6245
RGB
CMYK
RGB Variations
Color information
#4A6245 (or 0x4A6245) is known color: Tom Thumb. HEX triplet: 4A, 62 and 45. RGB value is (74,98,69). Sum of RGB (Red+Green+Blue) = 74+98+69=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #4A6245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6245 is #B59DBA. Grayscale: #575757. Windows color (decimal): -11902395 or 4547146. OLE color: 4547146.
HSL color Cylindrical-coordinate representation of color #4A6245: hue angle of 109.66º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6245 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 69 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.62 |
| HSL | 109.66º | 0.17% | 0.33% | - |
| HSV(B) | 109.66º | 0.3% | 0.38% | - |
| XYZ | 8.27 | 10.62 | 7.24 | - |
| YUV | 87.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 69 | 0.24 | 0 | 0.30 | 0.62 | 109.66 | 0.17 | 0.33 |
| Hex | 4A | 62 | 45 | 18 | 0 | 1E | 3E | 6E | 11 | 21 |
| Octal | 112 | 142 | 105 | 30 | 0 | 36 | 76 | 156 | 21 | 41 |
| Binary | 1001010 | 1100010 | 1000101 | 11000 | 0 | 11110 | 111110 | 1101110 | 10001 | 100001 |
Color Harmonies of #4A6245
Complementary color
Monochromatic Colors of #4A6245
Black with #4A6245
Text Example
Text Example
White with #4A6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6245; }
p { color: rgb(74,98,69); }
H1.HeaderClassName
{
color: #4A6245;
}
.AnyTagClassName
{
color: #4A6245;
}
</style>
background-color css
<style>
a { background-color: #4A6245; }
a { background-color: rgb(74,98,69); }
div.DivClassName
{
background-color: #4A6245;
}
.BgClassName
{
background-color: #4A6245;
}
</style>
border-color css
<style>
span { border-color: #4A6245; }
span { border-color: rgb(74,98,69); }
td.TdClassName
{
border-color: #4A6245;
}
.TagClassName
{
border-color: #4A6245;
}
</style>