Shades of Timber Green #3F4340
Tints of Timber Green #3F4340
RGB
CMYK
RGB Variations
Color information
#3F4340 (or 0x3F4340) is known color: Timber Green. HEX triplet: 3F, 43 and 40. RGB value is (63,67,64). Sum of RGB (Red+Green+Blue) = 63+67+64=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4340 is #C0BCBF. Grayscale: #414141. Windows color (decimal): -12631232 or 4211519. OLE color: 4211519.
HSL color Cylindrical-coordinate representation of color #3F4340: hue angle of 135º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F4340 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 64 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.74 |
| HSL | 135º | 0.03% | 0.25% | - |
| HSV(B) | 135º | 0.06% | 0.26% | - |
| XYZ | 4.98 | 5.44 | 5.64 | - |
| YUV | 65.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 64 | 0.06 | 0 | 0.04 | 0.74 | 135 | 0.03 | 0.25 |
| Hex | 3F | 43 | 40 | 6 | 0 | 4 | 4A | 87 | 3 | 19 |
| Octal | 77 | 103 | 100 | 6 | 0 | 4 | 112 | 207 | 3 | 31 |
| Binary | 111111 | 1000011 | 1000000 | 110 | 0 | 100 | 1001010 | 10000111 | 11 | 11001 |
Color Harmonies of #3F4340
Complementary color
Monochromatic Colors of #3F4340
Black with #3F4340
Text Example
Text Example
White with #3F4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4340; }
p { color: rgb(63,67,64); }
H1.HeaderClassName
{
color: #3F4340;
}
.AnyTagClassName
{
color: #3F4340;
}
</style>
background-color css
<style>
a { background-color: #3F4340; }
a { background-color: rgb(63,67,64); }
div.DivClassName
{
background-color: #3F4340;
}
.BgClassName
{
background-color: #3F4340;
}
</style>
border-color css
<style>
span { border-color: #3F4340; }
span { border-color: rgb(63,67,64); }
td.TdClassName
{
border-color: #3F4340;
}
.TagClassName
{
border-color: #3F4340;
}
</style>