Shades of Tom Thumb #506A3F
Tints of Tom Thumb #506A3F
RGB
CMYK
RGB Variations
Color information
#506A3F (or 0x506A3F) is known color: Tom Thumb. HEX triplet: 50, 6A and 3F. RGB value is (80,106,63). Sum of RGB (Red+Green+Blue) = 80+106+63=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #506A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A3F is #AF95C0. Grayscale: #5D5D5D. Windows color (decimal): -11507137 or 4155984. OLE color: 4155984.
HSL color Cylindrical-coordinate representation of color #506A3F: hue angle of 96.28º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #506A3F is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 106 | 63 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.58 |
| HSL | 96.28º | 0.25% | 0.33% | - |
| HSV(B) | 96.28º | 0.41% | 0.42% | - |
| XYZ | 9.36 | 12.37 | 6.6 | - |
| YUV | 93.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 63 | 0.25 | 0 | 0.41 | 0.58 | 96.28 | 0.25 | 0.33 |
| Hex | 50 | 6A | 3F | 19 | 0 | 29 | 3A | 60 | 19 | 21 |
| Octal | 120 | 152 | 77 | 31 | 0 | 51 | 72 | 140 | 31 | 41 |
| Binary | 1010000 | 1101010 | 111111 | 11001 | 0 | 101001 | 111010 | 1100000 | 11001 | 100001 |
Color Harmonies of #506A3F
Complementary color
Monochromatic Colors of #506A3F
Black with #506A3F
Text Example
Text Example
White with #506A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506A3F; }
p { color: rgb(80,106,63); }
H1.HeaderClassName
{
color: #506A3F;
}
.AnyTagClassName
{
color: #506A3F;
}
</style>
background-color css
<style>
a { background-color: #506A3F; }
a { background-color: rgb(80,106,63); }
div.DivClassName
{
background-color: #506A3F;
}
.BgClassName
{
background-color: #506A3F;
}
</style>
border-color css
<style>
span { border-color: #506A3F; }
span { border-color: rgb(80,106,63); }
td.TdClassName
{
border-color: #506A3F;
}
.TagClassName
{
border-color: #506A3F;
}
</style>