Shades of Timber Green #3D493F
Tints of Timber Green #3D493F
RGB
CMYK
RGB Variations
Color information
#3D493F (or 0x3D493F) is known color: Timber Green. HEX triplet: 3D, 49 and 3F. RGB value is (61,73,63). Sum of RGB (Red+Green+Blue) = 61+73+63=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #3D493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D493F is #C2B6C0. Grayscale: #444444. Windows color (decimal): -12760769 or 4147517. OLE color: 4147517.
HSL color Cylindrical-coordinate representation of color #3D493F: hue angle of 130º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D493F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 63 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.71 |
| HSL | 130º | 0.09% | 0.26% | - |
| HSV(B) | 130º | 0.16% | 0.29% | - |
| XYZ | 5.2 | 6.12 | 5.61 | - |
| YUV | 68.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 63 | 0.16 | 0 | 0.14 | 0.71 | 130 | 0.09 | 0.26 |
| Hex | 3D | 49 | 3F | 10 | 0 | E | 47 | 82 | 9 | 1A |
| Octal | 75 | 111 | 77 | 20 | 0 | 16 | 107 | 202 | 11 | 32 |
| Binary | 111101 | 1001001 | 111111 | 10000 | 0 | 1110 | 1000111 | 10000010 | 1001 | 11010 |
Color Harmonies of #3D493F
Complementary color
Monochromatic Colors of #3D493F
Black with #3D493F
Text Example
Text Example
White with #3D493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D493F; }
p { color: rgb(61,73,63); }
H1.HeaderClassName
{
color: #3D493F;
}
.AnyTagClassName
{
color: #3D493F;
}
</style>
background-color css
<style>
a { background-color: #3D493F; }
a { background-color: rgb(61,73,63); }
div.DivClassName
{
background-color: #3D493F;
}
.BgClassName
{
background-color: #3D493F;
}
</style>
border-color css
<style>
span { border-color: #3D493F; }
span { border-color: rgb(61,73,63); }
td.TdClassName
{
border-color: #3D493F;
}
.TagClassName
{
border-color: #3D493F;
}
</style>