Shades of Timber Green #3E493F
Tints of Timber Green #3E493F
RGB
CMYK
RGB Variations
Color information
#3E493F (or 0x3E493F) is known color: Timber Green. HEX triplet: 3E, 49 and 3F. RGB value is (62,73,63). Sum of RGB (Red+Green+Blue) = 62+73+63=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 73 - color contains mainly: green. Hex color #3E493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E493F is #C1B6C0. Grayscale: #444444. Windows color (decimal): -12695233 or 4147518. OLE color: 4147518.
HSL color Cylindrical-coordinate representation of color #3E493F: hue angle of 125.45º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E493F is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 63 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.71 |
| HSL | 125.45º | 0.08% | 0.26% | - |
| HSV(B) | 125.45º | 0.15% | 0.29% | - |
| XYZ | 5.27 | 6.15 | 5.61 | - |
| YUV | 68.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 63 | 0.15 | 0 | 0.14 | 0.71 | 125.45 | 0.08 | 0.26 |
| Hex | 3E | 49 | 3F | F | 0 | E | 47 | 7D | 8 | 1A |
| Octal | 76 | 111 | 77 | 17 | 0 | 16 | 107 | 175 | 10 | 32 |
| Binary | 111110 | 1001001 | 111111 | 1111 | 0 | 1110 | 1000111 | 1111101 | 1000 | 11010 |
Color Harmonies of #3E493F
Complementary color
Monochromatic Colors of #3E493F
Black with #3E493F
Text Example
Text Example
White with #3E493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E493F; }
p { color: rgb(62,73,63); }
H1.HeaderClassName
{
color: #3E493F;
}
.AnyTagClassName
{
color: #3E493F;
}
</style>
background-color css
<style>
a { background-color: #3E493F; }
a { background-color: rgb(62,73,63); }
div.DivClassName
{
background-color: #3E493F;
}
.BgClassName
{
background-color: #3E493F;
}
</style>
border-color css
<style>
span { border-color: #3E493F; }
span { border-color: rgb(62,73,63); }
td.TdClassName
{
border-color: #3E493F;
}
.TagClassName
{
border-color: #3E493F;
}
</style>