Shades of Tom Thumb #4B633F
Tints of Tom Thumb #4B633F
RGB
CMYK
RGB Variations
Color information
#4B633F (or 0x4B633F) is known color: Tom Thumb. HEX triplet: 4B, 63 and 3F. RGB value is (75,99,63). Sum of RGB (Red+Green+Blue) = 75+99+63=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #4B633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B633F is #B49CC0. Grayscale: #575757. Windows color (decimal): -11836609 or 4154187. OLE color: 4154187.
HSL color Cylindrical-coordinate representation of color #4B633F: hue angle of 100º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B633F is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 99 | 63 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.61 |
| HSL | 100º | 0.22% | 0.32% | - |
| HSV(B) | 100º | 0.36% | 0.39% | - |
| XYZ | 8.26 | 10.78 | 6.35 | - |
| YUV | 87.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 63 | 0.24 | 0 | 0.36 | 0.61 | 100 | 0.22 | 0.32 |
| Hex | 4B | 63 | 3F | 18 | 0 | 24 | 3D | 64 | 16 | 20 |
| Octal | 113 | 143 | 77 | 30 | 0 | 44 | 75 | 144 | 26 | 40 |
| Binary | 1001011 | 1100011 | 111111 | 11000 | 0 | 100100 | 111101 | 1100100 | 10110 | 100000 |
Color Harmonies of #4B633F
Complementary color
Monochromatic Colors of #4B633F
Black with #4B633F
Text Example
Text Example
White with #4B633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B633F; }
p { color: rgb(75,99,63); }
H1.HeaderClassName
{
color: #4B633F;
}
.AnyTagClassName
{
color: #4B633F;
}
</style>
background-color css
<style>
a { background-color: #4B633F; }
a { background-color: rgb(75,99,63); }
div.DivClassName
{
background-color: #4B633F;
}
.BgClassName
{
background-color: #4B633F;
}
</style>
border-color css
<style>
span { border-color: #4B633F; }
span { border-color: rgb(75,99,63); }
td.TdClassName
{
border-color: #4B633F;
}
.TagClassName
{
border-color: #4B633F;
}
</style>