Shades of Timber Green #3B473B
Tints of Timber Green #3B473B
RGB
CMYK
RGB Variations
Color information
#3B473B (or 0x3B473B) is known color: Timber Green. HEX triplet: 3B, 47 and 3B. RGB value is (59,71,59). Sum of RGB (Red+Green+Blue) = 59+71+59=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #3B473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B473B is #C4B8C4. Grayscale: #424242. Windows color (decimal): -12892357 or 3884859. OLE color: 3884859.
HSL color Cylindrical-coordinate representation of color #3B473B: hue angle of 120º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B473B is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 59 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.72 |
| HSL | 120º | 0.09% | 0.25% | - |
| HSV(B) | 120º | 0.17% | 0.28% | - |
| XYZ | 4.85 | 5.75 | 4.99 | - |
| YUV | 66.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 59 | 0.17 | 0 | 0.17 | 0.72 | 120 | 0.09 | 0.25 |
| Hex | 3B | 47 | 3B | 11 | 0 | 11 | 48 | 78 | 9 | 19 |
| Octal | 73 | 107 | 73 | 21 | 0 | 21 | 110 | 170 | 11 | 31 |
| Binary | 111011 | 1000111 | 111011 | 10001 | 0 | 10001 | 1001000 | 1111000 | 1001 | 11001 |
Color Harmonies of #3B473B
Complementary color
Monochromatic Colors of #3B473B
Black with #3B473B
Text Example
Text Example
White with #3B473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B473B; }
p { color: rgb(59,71,59); }
H1.HeaderClassName
{
color: #3B473B;
}
.AnyTagClassName
{
color: #3B473B;
}
</style>
background-color css
<style>
a { background-color: #3B473B; }
a { background-color: rgb(59,71,59); }
div.DivClassName
{
background-color: #3B473B;
}
.BgClassName
{
background-color: #3B473B;
}
</style>
border-color css
<style>
span { border-color: #3B473B; }
span { border-color: rgb(59,71,59); }
td.TdClassName
{
border-color: #3B473B;
}
.TagClassName
{
border-color: #3B473B;
}
</style>