Shades of Timber Green #3B443C
Tints of Timber Green #3B443C
RGB
CMYK
RGB Variations
Color information
#3B443C (or 0x3B443C) is known color: Timber Green. HEX triplet: 3B, 44 and 3C. RGB value is (59,68,60). Sum of RGB (Red+Green+Blue) = 59+68+60=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #3B443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B443C is #C4BBC3. Grayscale: #404040. Windows color (decimal): -12893124 or 3949627. OLE color: 3949627.
HSL color Cylindrical-coordinate representation of color #3B443C: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3B443C is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 60 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.73 |
| HSL | 126.67º | 0.07% | 0.25% | - |
| HSV(B) | 126.67º | 0.13% | 0.27% | - |
| XYZ | 4.69 | 5.39 | 5.07 | - |
| YUV | 64.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 60 | 0.13 | 0 | 0.12 | 0.73 | 126.67 | 0.07 | 0.25 |
| Hex | 3B | 44 | 3C | D | 0 | C | 49 | 7F | 7 | 19 |
| Octal | 73 | 104 | 74 | 15 | 0 | 14 | 111 | 177 | 7 | 31 |
| Binary | 111011 | 1000100 | 111100 | 1101 | 0 | 1100 | 1001001 | 1111111 | 111 | 11001 |
Color Harmonies of #3B443C
Complementary color
Monochromatic Colors of #3B443C
Black with #3B443C
Text Example
Text Example
White with #3B443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B443C; }
p { color: rgb(59,68,60); }
H1.HeaderClassName
{
color: #3B443C;
}
.AnyTagClassName
{
color: #3B443C;
}
</style>
background-color css
<style>
a { background-color: #3B443C; }
a { background-color: rgb(59,68,60); }
div.DivClassName
{
background-color: #3B443C;
}
.BgClassName
{
background-color: #3B443C;
}
</style>
border-color css
<style>
span { border-color: #3B443C; }
span { border-color: rgb(59,68,60); }
td.TdClassName
{
border-color: #3B443C;
}
.TagClassName
{
border-color: #3B443C;
}
</style>