Shades of Tom Thumb #536C46
Tints of Tom Thumb #536C46
RGB
CMYK
RGB Variations
Color information
#536C46 (or 0x536C46) is known color: Tom Thumb. HEX triplet: 53, 6C and 46. RGB value is (83,108,70). Sum of RGB (Red+Green+Blue) = 83+108+70=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 108 - color contains mainly: green. Hex color #536C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C46 is #AC93B9. Grayscale: #606060. Windows color (decimal): -11310010 or 4615251. OLE color: 4615251.
HSL color Cylindrical-coordinate representation of color #536C46: hue angle of 99.47º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536C46 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 70 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.58 |
| HSL | 99.47º | 0.21% | 0.35% | - |
| HSV(B) | 99.47º | 0.35% | 0.42% | - |
| XYZ | 10.04 | 13.01 | 7.78 | - |
| YUV | 96.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 70 | 0.23 | 0 | 0.35 | 0.58 | 99.47 | 0.21 | 0.35 |
| Hex | 53 | 6C | 46 | 17 | 0 | 23 | 3A | 63 | 15 | 23 |
| Octal | 123 | 154 | 106 | 27 | 0 | 43 | 72 | 143 | 25 | 43 |
| Binary | 1010011 | 1101100 | 1000110 | 10111 | 0 | 100011 | 111010 | 1100011 | 10101 | 100011 |
Color Harmonies of #536C46
Complementary color
Monochromatic Colors of #536C46
Black with #536C46
Text Example
Text Example
White with #536C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C46; }
p { color: rgb(83,108,70); }
H1.HeaderClassName
{
color: #536C46;
}
.AnyTagClassName
{
color: #536C46;
}
</style>
background-color css
<style>
a { background-color: #536C46; }
a { background-color: rgb(83,108,70); }
div.DivClassName
{
background-color: #536C46;
}
.BgClassName
{
background-color: #536C46;
}
</style>
border-color css
<style>
span { border-color: #536C46; }
span { border-color: rgb(83,108,70); }
td.TdClassName
{
border-color: #536C46;
}
.TagClassName
{
border-color: #536C46;
}
</style>