Shades of Timber Green #3E403E
Tints of Timber Green #3E403E
RGB
CMYK
RGB Variations
Color information
#3E403E (or 0x3E403E) is known color: Timber Green. HEX triplet: 3E, 40 and 3E. RGB value is (62,64,62). Sum of RGB (Red+Green+Blue) = 62+64+62=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 64 - color contains mainly: green. Hex color #3E403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E403E is #C1BFC1. Grayscale: #3F3F3F. Windows color (decimal): -12697538 or 4079678. OLE color: 4079678.
HSL color Cylindrical-coordinate representation of color #3E403E: 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 #3E403E is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 62 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.75 |
| HSL | 120º | 0.02% | 0.25% | - |
| HSV(B) | 120º | 0.03% | 0.25% | - |
| XYZ | 4.69 | 5.04 | 5.28 | - |
| YUV | 63.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 62 | 0.03 | 0 | 0.03 | 0.75 | 120 | 0.02 | 0.25 |
| Hex | 3E | 40 | 3E | 3 | 0 | 3 | 4B | 78 | 2 | 19 |
| Octal | 76 | 100 | 76 | 3 | 0 | 3 | 113 | 170 | 2 | 31 |
| Binary | 111110 | 1000000 | 111110 | 11 | 0 | 11 | 1001011 | 1111000 | 10 | 11001 |
Color Harmonies of #3E403E
Complementary color
Monochromatic Colors of #3E403E
Black with #3E403E
Text Example
Text Example
White with #3E403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E403E; }
p { color: rgb(62,64,62); }
H1.HeaderClassName
{
color: #3E403E;
}
.AnyTagClassName
{
color: #3E403E;
}
</style>
background-color css
<style>
a { background-color: #3E403E; }
a { background-color: rgb(62,64,62); }
div.DivClassName
{
background-color: #3E403E;
}
.BgClassName
{
background-color: #3E403E;
}
</style>
border-color css
<style>
span { border-color: #3E403E; }
span { border-color: rgb(62,64,62); }
td.TdClassName
{
border-color: #3E403E;
}
.TagClassName
{
border-color: #3E403E;
}
</style>