Shades of Tom Thumb #4A6344
Tints of Tom Thumb #4A6344
RGB
CMYK
RGB Variations
Color information
#4A6344 (or 0x4A6344) is known color: Tom Thumb. HEX triplet: 4A, 63 and 44. RGB value is (74,99,68). Sum of RGB (Red+Green+Blue) = 74+99+68=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6344 is #B59CBB. Grayscale: #585858. Windows color (decimal): -11902140 or 4481866. OLE color: 4481866.
HSL color Cylindrical-coordinate representation of color #4A6344: hue angle of 108.39º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6344 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 68 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.61 |
| HSL | 108.39º | 0.19% | 0.33% | - |
| HSV(B) | 108.39º | 0.31% | 0.39% | - |
| XYZ | 8.33 | 10.8 | 7.11 | - |
| YUV | 87.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 68 | 0.25 | 0 | 0.31 | 0.61 | 108.39 | 0.19 | 0.33 |
| Hex | 4A | 63 | 44 | 19 | 0 | 1F | 3D | 6C | 13 | 21 |
| Octal | 112 | 143 | 104 | 31 | 0 | 37 | 75 | 154 | 23 | 41 |
| Binary | 1001010 | 1100011 | 1000100 | 11001 | 0 | 11111 | 111101 | 1101100 | 10011 | 100001 |
Color Harmonies of #4A6344
Complementary color
Monochromatic Colors of #4A6344
Black with #4A6344
Text Example
Text Example
White with #4A6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6344; }
p { color: rgb(74,99,68); }
H1.HeaderClassName
{
color: #4A6344;
}
.AnyTagClassName
{
color: #4A6344;
}
</style>
background-color css
<style>
a { background-color: #4A6344; }
a { background-color: rgb(74,99,68); }
div.DivClassName
{
background-color: #4A6344;
}
.BgClassName
{
background-color: #4A6344;
}
</style>
border-color css
<style>
span { border-color: #4A6344; }
span { border-color: rgb(74,99,68); }
td.TdClassName
{
border-color: #4A6344;
}
.TagClassName
{
border-color: #4A6344;
}
</style>