Shades of Timber Green #3B463C
Tints of Timber Green #3B463C
RGB
CMYK
RGB Variations
Color information
#3B463C (or 0x3B463C) is known color: Timber Green. HEX triplet: 3B, 46 and 3C. RGB value is (59,70,60). Sum of RGB (Red+Green+Blue) = 59+70+60=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #3B463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B463C is #C4B9C3. Grayscale: #414141. Windows color (decimal): -12892612 or 3950139. OLE color: 3950139.
HSL color Cylindrical-coordinate representation of color #3B463C: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B463C is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 60 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.73 |
| HSL | 125.45º | 0.09% | 0.25% | - |
| HSV(B) | 125.45º | 0.16% | 0.27% | - |
| XYZ | 4.81 | 5.64 | 5.11 | - |
| YUV | 65.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 60 | 0.16 | 0 | 0.14 | 0.73 | 125.45 | 0.09 | 0.25 |
| Hex | 3B | 46 | 3C | 10 | 0 | E | 49 | 7D | 9 | 19 |
| Octal | 73 | 106 | 74 | 20 | 0 | 16 | 111 | 175 | 11 | 31 |
| Binary | 111011 | 1000110 | 111100 | 10000 | 0 | 1110 | 1001001 | 1111101 | 1001 | 11001 |
Color Harmonies of #3B463C
Complementary color
Monochromatic Colors of #3B463C
Black with #3B463C
Text Example
Text Example
White with #3B463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B463C; }
p { color: rgb(59,70,60); }
H1.HeaderClassName
{
color: #3B463C;
}
.AnyTagClassName
{
color: #3B463C;
}
</style>
background-color css
<style>
a { background-color: #3B463C; }
a { background-color: rgb(59,70,60); }
div.DivClassName
{
background-color: #3B463C;
}
.BgClassName
{
background-color: #3B463C;
}
</style>
border-color css
<style>
span { border-color: #3B463C; }
span { border-color: rgb(59,70,60); }
td.TdClassName
{
border-color: #3B463C;
}
.TagClassName
{
border-color: #3B463C;
}
</style>