Shades of Timber Green #3E4740
Tints of Timber Green #3E4740
RGB
CMYK
RGB Variations
Color information
#3E4740 (or 0x3E4740) is known color: Timber Green. HEX triplet: 3E, 47 and 40. RGB value is (62,71,64). Sum of RGB (Red+Green+Blue) = 62+71+64=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 71 - color contains mainly: green. Hex color #3E4740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4740 is #C1B8BF. Grayscale: #434343. Windows color (decimal): -12695744 or 4212542. OLE color: 4212542.
HSL color Cylindrical-coordinate representation of color #3E4740: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3E4740 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 71 | 64 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.72 |
| HSL | 133.33º | 0.07% | 0.26% | - |
| HSV(B) | 133.33º | 0.13% | 0.28% | - |
| XYZ | 5.17 | 5.9 | 5.72 | - |
| YUV | 67.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 71 | 64 | 0.13 | 0 | 0.10 | 0.72 | 133.33 | 0.07 | 0.26 |
| Hex | 3E | 47 | 40 | D | 0 | A | 48 | 85 | 7 | 1A |
| Octal | 76 | 107 | 100 | 15 | 0 | 12 | 110 | 205 | 7 | 32 |
| Binary | 111110 | 1000111 | 1000000 | 1101 | 0 | 1010 | 1001000 | 10000101 | 111 | 11010 |
Color Harmonies of #3E4740
Complementary color
Monochromatic Colors of #3E4740
Black with #3E4740
Text Example
Text Example
White with #3E4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4740; }
p { color: rgb(62,71,64); }
H1.HeaderClassName
{
color: #3E4740;
}
.AnyTagClassName
{
color: #3E4740;
}
</style>
background-color css
<style>
a { background-color: #3E4740; }
a { background-color: rgb(62,71,64); }
div.DivClassName
{
background-color: #3E4740;
}
.BgClassName
{
background-color: #3E4740;
}
</style>
border-color css
<style>
span { border-color: #3E4740; }
span { border-color: rgb(62,71,64); }
td.TdClassName
{
border-color: #3E4740;
}
.TagClassName
{
border-color: #3E4740;
}
</style>