Shades of Tom Thumb #4C6748
Tints of Tom Thumb #4C6748
RGB
CMYK
RGB Variations
Color information
#4C6748 (or 0x4C6748) is known color: Tom Thumb. HEX triplet: 4C, 67 and 48. RGB value is (76,103,72). Sum of RGB (Red+Green+Blue) = 76+103+72=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #4C6748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6748 is #B398B7. Grayscale: #5B5B5B. Windows color (decimal): -11770040 or 4745036. OLE color: 4745036.
HSL color Cylindrical-coordinate representation of color #4C6748: hue angle of 112.26º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C6748 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 103 | 72 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.60 |
| HSL | 112.26º | 0.18% | 0.34% | - |
| HSV(B) | 112.26º | 0.3% | 0.4% | - |
| XYZ | 9 | 11.7 | 7.92 | - |
| YUV | 91.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 72 | 0.26 | 0 | 0.30 | 0.60 | 112.26 | 0.18 | 0.34 |
| Hex | 4C | 67 | 48 | 1A | 0 | 1E | 3C | 70 | 12 | 22 |
| Octal | 114 | 147 | 110 | 32 | 0 | 36 | 74 | 160 | 22 | 42 |
| Binary | 1001100 | 1100111 | 1001000 | 11010 | 0 | 11110 | 111100 | 1110000 | 10010 | 100010 |
Color Harmonies of #4C6748
Complementary color
Monochromatic Colors of #4C6748
Black with #4C6748
Text Example
Text Example
White with #4C6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6748; }
p { color: rgb(76,103,72); }
H1.HeaderClassName
{
color: #4C6748;
}
.AnyTagClassName
{
color: #4C6748;
}
</style>
background-color css
<style>
a { background-color: #4C6748; }
a { background-color: rgb(76,103,72); }
div.DivClassName
{
background-color: #4C6748;
}
.BgClassName
{
background-color: #4C6748;
}
</style>
border-color css
<style>
span { border-color: #4C6748; }
span { border-color: rgb(76,103,72); }
td.TdClassName
{
border-color: #4C6748;
}
.TagClassName
{
border-color: #4C6748;
}
</style>