Shades of Tom Thumb #4A6945
Tints of Tom Thumb #4A6945
RGB
CMYK
RGB Variations
Color information
#4A6945 (or 0x4A6945) is known color: Tom Thumb. HEX triplet: 4A, 69 and 45. RGB value is (74,105,69). Sum of RGB (Red+Green+Blue) = 74+105+69=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6945 is #B596BA. Grayscale: #5B5B5B. Windows color (decimal): -11900603 or 4548938. OLE color: 4548938.
HSL color Cylindrical-coordinate representation of color #4A6945: hue angle of 111.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A6945 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 69 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.59 |
| HSL | 111.67º | 0.21% | 0.34% | - |
| HSV(B) | 111.67º | 0.34% | 0.41% | - |
| XYZ | 8.95 | 11.99 | 7.47 | - |
| YUV | 91.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 69 | 0.30 | 0 | 0.34 | 0.59 | 111.67 | 0.21 | 0.34 |
| Hex | 4A | 69 | 45 | 1E | 0 | 22 | 3B | 70 | 15 | 22 |
| Octal | 112 | 151 | 105 | 36 | 0 | 42 | 73 | 160 | 25 | 42 |
| Binary | 1001010 | 1101001 | 1000101 | 11110 | 0 | 100010 | 111011 | 1110000 | 10101 | 100010 |
Color Harmonies of #4A6945
Complementary color
Monochromatic Colors of #4A6945
Black with #4A6945
Text Example
Text Example
White with #4A6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6945; }
p { color: rgb(74,105,69); }
H1.HeaderClassName
{
color: #4A6945;
}
.AnyTagClassName
{
color: #4A6945;
}
</style>
background-color css
<style>
a { background-color: #4A6945; }
a { background-color: rgb(74,105,69); }
div.DivClassName
{
background-color: #4A6945;
}
.BgClassName
{
background-color: #4A6945;
}
</style>
border-color css
<style>
span { border-color: #4A6945; }
span { border-color: rgb(74,105,69); }
td.TdClassName
{
border-color: #4A6945;
}
.TagClassName
{
border-color: #4A6945;
}
</style>