Shades of Timber Green #3D473F
Tints of Timber Green #3D473F
RGB
CMYK
RGB Variations
Color information
#3D473F (or 0x3D473F) is known color: Timber Green. HEX triplet: 3D, 47 and 3F. RGB value is (61,71,63). Sum of RGB (Red+Green+Blue) = 61+71+63=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #3D473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D473F is #C2B8C0. Grayscale: #434343. Windows color (decimal): -12761281 or 4147005. OLE color: 4147005.
HSL color Cylindrical-coordinate representation of color #3D473F: hue angle of 132º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3D473F is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 63 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.72 |
| HSL | 132º | 0.08% | 0.26% | - |
| HSV(B) | 132º | 0.14% | 0.28% | - |
| XYZ | 5.07 | 5.86 | 5.57 | - |
| YUV | 67.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 63 | 0.14 | 0 | 0.11 | 0.72 | 132 | 0.08 | 0.26 |
| Hex | 3D | 47 | 3F | E | 0 | B | 48 | 84 | 8 | 1A |
| Octal | 75 | 107 | 77 | 16 | 0 | 13 | 110 | 204 | 10 | 32 |
| Binary | 111101 | 1000111 | 111111 | 1110 | 0 | 1011 | 1001000 | 10000100 | 1000 | 11010 |
Color Harmonies of #3D473F
Complementary color
Monochromatic Colors of #3D473F
Black with #3D473F
Text Example
Text Example
White with #3D473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D473F; }
p { color: rgb(61,71,63); }
H1.HeaderClassName
{
color: #3D473F;
}
.AnyTagClassName
{
color: #3D473F;
}
</style>
background-color css
<style>
a { background-color: #3D473F; }
a { background-color: rgb(61,71,63); }
div.DivClassName
{
background-color: #3D473F;
}
.BgClassName
{
background-color: #3D473F;
}
</style>
border-color css
<style>
span { border-color: #3D473F; }
span { border-color: rgb(61,71,63); }
td.TdClassName
{
border-color: #3D473F;
}
.TagClassName
{
border-color: #3D473F;
}
</style>