Shades of Timber Green #3F403F
Tints of Timber Green #3F403F
RGB
CMYK
RGB Variations
Color information
#3F403F (or 0x3F403F) is known color: Timber Green. HEX triplet: 3F, 40 and 3F. RGB value is (63,64,63). Sum of RGB (Red+Green+Blue) = 63+64+63=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 64 - color contains mainly: green. Hex color #3F403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F403F is #C0BFC0. Grayscale: #3F3F3F. Windows color (decimal): -12632001 or 4145215. OLE color: 4145215.
HSL color Cylindrical-coordinate representation of color #3F403F: hue angle of 120º degrees, saturation: 0.01, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #3F403F is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 63 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.75 |
| HSL | 120º | 0.01% | 0.25% | - |
| HSV(B) | 120º | 0.02% | 0.25% | - |
| XYZ | 4.78 | 5.08 | 5.43 | - |
| YUV | 63.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 63 | 0.02 | 0 | 0.02 | 0.75 | 120 | 0.01 | 0.25 |
| Hex | 3F | 40 | 3F | 2 | 0 | 2 | 4B | 78 | 1 | 19 |
| Octal | 77 | 100 | 77 | 2 | 0 | 2 | 113 | 170 | 1 | 31 |
| Binary | 111111 | 1000000 | 111111 | 10 | 0 | 10 | 1001011 | 1111000 | 1 | 11001 |
Color Harmonies of #3F403F
Complementary color
Monochromatic Colors of #3F403F
Black with #3F403F
Text Example
Text Example
White with #3F403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F403F; }
p { color: rgb(63,64,63); }
H1.HeaderClassName
{
color: #3F403F;
}
.AnyTagClassName
{
color: #3F403F;
}
</style>
background-color css
<style>
a { background-color: #3F403F; }
a { background-color: rgb(63,64,63); }
div.DivClassName
{
background-color: #3F403F;
}
.BgClassName
{
background-color: #3F403F;
}
</style>
border-color css
<style>
span { border-color: #3F403F; }
span { border-color: rgb(63,64,63); }
td.TdClassName
{
border-color: #3F403F;
}
.TagClassName
{
border-color: #3F403F;
}
</style>