Shades of Tom Thumb #506D46
Tints of Tom Thumb #506D46
RGB
CMYK
RGB Variations
Color information
#506D46 (or 0x506D46) is known color: Tom Thumb. HEX triplet: 50, 6D and 46. RGB value is (80,109,70). Sum of RGB (Red+Green+Blue) = 80+109+70=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #506D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D46 is #AF92B9. Grayscale: #606060. Windows color (decimal): -11506362 or 4615504. OLE color: 4615504.
HSL color Cylindrical-coordinate representation of color #506D46: hue angle of 104.62º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #506D46 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 70 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.57 |
| HSL | 104.62º | 0.22% | 0.35% | - |
| HSV(B) | 104.62º | 0.36% | 0.43% | - |
| XYZ | 9.88 | 13.08 | 7.8 | - |
| YUV | 95.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 70 | 0.27 | 0 | 0.36 | 0.57 | 104.62 | 0.22 | 0.35 |
| Hex | 50 | 6D | 46 | 1B | 0 | 24 | 39 | 69 | 16 | 23 |
| Octal | 120 | 155 | 106 | 33 | 0 | 44 | 71 | 151 | 26 | 43 |
| Binary | 1010000 | 1101101 | 1000110 | 11011 | 0 | 100100 | 111001 | 1101001 | 10110 | 100011 |
Color Harmonies of #506D46
Complementary color
Monochromatic Colors of #506D46
Black with #506D46
Text Example
Text Example
White with #506D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D46; }
p { color: rgb(80,109,70); }
H1.HeaderClassName
{
color: #506D46;
}
.AnyTagClassName
{
color: #506D46;
}
</style>
background-color css
<style>
a { background-color: #506D46; }
a { background-color: rgb(80,109,70); }
div.DivClassName
{
background-color: #506D46;
}
.BgClassName
{
background-color: #506D46;
}
</style>
border-color css
<style>
span { border-color: #506D46; }
span { border-color: rgb(80,109,70); }
td.TdClassName
{
border-color: #506D46;
}
.TagClassName
{
border-color: #506D46;
}
</style>