Shades of Tom Thumb #506A45
Tints of Tom Thumb #506A45
RGB
CMYK
RGB Variations
Color information
#506A45 (or 0x506A45) is known color: Tom Thumb. HEX triplet: 50, 6A and 45. RGB value is (80,106,69). Sum of RGB (Red+Green+Blue) = 80+106+69=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #506A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A45 is #AF95BA. Grayscale: #5E5E5E. Windows color (decimal): -11507131 or 4549200. OLE color: 4549200.
HSL color Cylindrical-coordinate representation of color #506A45: hue angle of 102.16º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #506A45 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 106 | 69 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.58 |
| HSL | 102.16º | 0.21% | 0.34% | - |
| HSV(B) | 102.16º | 0.35% | 0.42% | - |
| XYZ | 9.54 | 12.44 | 7.53 | - |
| YUV | 94.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 69 | 0.25 | 0 | 0.35 | 0.58 | 102.16 | 0.21 | 0.34 |
| Hex | 50 | 6A | 45 | 19 | 0 | 23 | 3A | 66 | 15 | 22 |
| Octal | 120 | 152 | 105 | 31 | 0 | 43 | 72 | 146 | 25 | 42 |
| Binary | 1010000 | 1101010 | 1000101 | 11001 | 0 | 100011 | 111010 | 1100110 | 10101 | 100010 |
Color Harmonies of #506A45
Complementary color
Monochromatic Colors of #506A45
Black with #506A45
Text Example
Text Example
White with #506A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A45; }
p { color: rgb(80,106,69); }
H1.HeaderClassName
{
color: #506A45;
}
.AnyTagClassName
{
color: #506A45;
}
</style>
background-color css
<style>
a { background-color: #506A45; }
a { background-color: rgb(80,106,69); }
div.DivClassName
{
background-color: #506A45;
}
.BgClassName
{
background-color: #506A45;
}
</style>
border-color css
<style>
span { border-color: #506A45; }
span { border-color: rgb(80,106,69); }
td.TdClassName
{
border-color: #506A45;
}
.TagClassName
{
border-color: #506A45;
}
</style>