Shades of Timber Green #3F4640
Tints of Timber Green #3F4640
RGB
CMYK
RGB Variations
Color information
#3F4640 (or 0x3F4640) is known color: Timber Green. HEX triplet: 3F, 46 and 40. RGB value is (63,70,64). Sum of RGB (Red+Green+Blue) = 63+70+64=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 70 - color contains mainly: green. Hex color #3F4640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4640 is #C0B9BF. Grayscale: #434343. Windows color (decimal): -12630464 or 4212287. OLE color: 4212287.
HSL color Cylindrical-coordinate representation of color #3F4640: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F4640 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 64 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.73 |
| HSL | 128.57º | 0.05% | 0.26% | - |
| HSV(B) | 128.57º | 0.1% | 0.27% | - |
| XYZ | 5.17 | 5.81 | 5.7 | - |
| YUV | 67.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 64 | 0.10 | 0 | 0.09 | 0.73 | 128.57 | 0.05 | 0.26 |
| Hex | 3F | 46 | 40 | A | 0 | 9 | 49 | 81 | 5 | 1A |
| Octal | 77 | 106 | 100 | 12 | 0 | 11 | 111 | 201 | 5 | 32 |
| Binary | 111111 | 1000110 | 1000000 | 1010 | 0 | 1001 | 1001001 | 10000001 | 101 | 11010 |
Color Harmonies of #3F4640
Complementary color
Monochromatic Colors of #3F4640
Black with #3F4640
Text Example
Text Example
White with #3F4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4640; }
p { color: rgb(63,70,64); }
H1.HeaderClassName
{
color: #3F4640;
}
.AnyTagClassName
{
color: #3F4640;
}
</style>
background-color css
<style>
a { background-color: #3F4640; }
a { background-color: rgb(63,70,64); }
div.DivClassName
{
background-color: #3F4640;
}
.BgClassName
{
background-color: #3F4640;
}
</style>
border-color css
<style>
span { border-color: #3F4640; }
span { border-color: rgb(63,70,64); }
td.TdClassName
{
border-color: #3F4640;
}
.TagClassName
{
border-color: #3F4640;
}
</style>