Shades of Timber Green #3F413F
Tints of Timber Green #3F413F
RGB
CMYK
RGB Variations
Color information
#3F413F (or 0x3F413F) is known color: Timber Green. HEX triplet: 3F, 41 and 3F. RGB value is (63,65,63). Sum of RGB (Red+Green+Blue) = 63+65+63=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 65 - color contains mainly: green. Hex color #3F413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F413F is #C0BEC0. Grayscale: #404040. Windows color (decimal): -12631745 or 4145471. OLE color: 4145471.
HSL color Cylindrical-coordinate representation of color #3F413F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3F413F is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 63 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.75 |
| HSL | 120º | 0.02% | 0.25% | - |
| HSV(B) | 120º | 0.03% | 0.25% | - |
| XYZ | 4.84 | 5.2 | 5.45 | - |
| YUV | 64.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 63 | 0.03 | 0 | 0.03 | 0.75 | 120 | 0.02 | 0.25 |
| Hex | 3F | 41 | 3F | 3 | 0 | 3 | 4B | 78 | 2 | 19 |
| Octal | 77 | 101 | 77 | 3 | 0 | 3 | 113 | 170 | 2 | 31 |
| Binary | 111111 | 1000001 | 111111 | 11 | 0 | 11 | 1001011 | 1111000 | 10 | 11001 |
Color Harmonies of #3F413F
Complementary color
Monochromatic Colors of #3F413F
Black with #3F413F
Text Example
Text Example
White with #3F413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F413F; }
p { color: rgb(63,65,63); }
H1.HeaderClassName
{
color: #3F413F;
}
.AnyTagClassName
{
color: #3F413F;
}
</style>
background-color css
<style>
a { background-color: #3F413F; }
a { background-color: rgb(63,65,63); }
div.DivClassName
{
background-color: #3F413F;
}
.BgClassName
{
background-color: #3F413F;
}
</style>
border-color css
<style>
span { border-color: #3F413F; }
span { border-color: rgb(63,65,63); }
td.TdClassName
{
border-color: #3F413F;
}
.TagClassName
{
border-color: #3F413F;
}
</style>