Shades of Tom Thumb #506942
Tints of Tom Thumb #506942
RGB
CMYK
RGB Variations
Color information
#506942 (or 0x506942) is known color: Tom Thumb. HEX triplet: 50, 69 and 42. RGB value is (80,105,66). Sum of RGB (Red+Green+Blue) = 80+105+66=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #506942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506942 is #AF96BD. Grayscale: #5D5D5D. Windows color (decimal): -11507390 or 4352336. OLE color: 4352336.
HSL color Cylindrical-coordinate representation of color #506942: hue angle of 98.46º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #506942 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 66 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.59 |
| HSL | 98.46º | 0.23% | 0.34% | - |
| HSV(B) | 98.46º | 0.37% | 0.41% | - |
| XYZ | 9.34 | 12.2 | 7.02 | - |
| YUV | 93.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 66 | 0.24 | 0 | 0.37 | 0.59 | 98.46 | 0.23 | 0.34 |
| Hex | 50 | 69 | 42 | 18 | 0 | 25 | 3B | 62 | 17 | 22 |
| Octal | 120 | 151 | 102 | 30 | 0 | 45 | 73 | 142 | 27 | 42 |
| Binary | 1010000 | 1101001 | 1000010 | 11000 | 0 | 100101 | 111011 | 1100010 | 10111 | 100010 |
Color Harmonies of #506942
Complementary color
Monochromatic Colors of #506942
Black with #506942
Text Example
Text Example
White with #506942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506942; }
p { color: rgb(80,105,66); }
H1.HeaderClassName
{
color: #506942;
}
.AnyTagClassName
{
color: #506942;
}
</style>
background-color css
<style>
a { background-color: #506942; }
a { background-color: rgb(80,105,66); }
div.DivClassName
{
background-color: #506942;
}
.BgClassName
{
background-color: #506942;
}
</style>
border-color css
<style>
span { border-color: #506942; }
span { border-color: rgb(80,105,66); }
td.TdClassName
{
border-color: #506942;
}
.TagClassName
{
border-color: #506942;
}
</style>