Shades of Timber Green #3F4540
Tints of Timber Green #3F4540
RGB
CMYK
RGB Variations
Color information
#3F4540 (or 0x3F4540) is known color: Timber Green. HEX triplet: 3F, 45 and 40. RGB value is (63,69,64). Sum of RGB (Red+Green+Blue) = 63+69+64=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4540 is #C0BABF. Grayscale: #424242. Windows color (decimal): -12630720 or 4212031. OLE color: 4212031.
HSL color Cylindrical-coordinate representation of color #3F4540: hue angle of 130º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3F4540 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 64 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.73 |
| HSL | 130º | 0.05% | 0.26% | - |
| HSV(B) | 130º | 0.09% | 0.27% | - |
| XYZ | 5.1 | 5.68 | 5.68 | - |
| YUV | 66.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 64 | 0.09 | 0 | 0.07 | 0.73 | 130 | 0.05 | 0.26 |
| Hex | 3F | 45 | 40 | 9 | 0 | 7 | 49 | 82 | 5 | 1A |
| Octal | 77 | 105 | 100 | 11 | 0 | 7 | 111 | 202 | 5 | 32 |
| Binary | 111111 | 1000101 | 1000000 | 1001 | 0 | 111 | 1001001 | 10000010 | 101 | 11010 |
Color Harmonies of #3F4540
Complementary color
Monochromatic Colors of #3F4540
Black with #3F4540
Text Example
Text Example
White with #3F4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4540; }
p { color: rgb(63,69,64); }
H1.HeaderClassName
{
color: #3F4540;
}
.AnyTagClassName
{
color: #3F4540;
}
</style>
background-color css
<style>
a { background-color: #3F4540; }
a { background-color: rgb(63,69,64); }
div.DivClassName
{
background-color: #3F4540;
}
.BgClassName
{
background-color: #3F4540;
}
</style>
border-color css
<style>
span { border-color: #3F4540; }
span { border-color: rgb(63,69,64); }
td.TdClassName
{
border-color: #3F4540;
}
.TagClassName
{
border-color: #3F4540;
}
</style>