Shades of Timber Green #3B413C
Tints of Timber Green #3B413C
RGB
CMYK
RGB Variations
Color information
#3B413C (or 0x3B413C) is known color: Timber Green. HEX triplet: 3B, 41 and 3C. RGB value is (59,65,60). Sum of RGB (Red+Green+Blue) = 59+65+60=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #3B413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B413C is #C4BEC3. Grayscale: #3E3E3E. Windows color (decimal): -12893892 or 3948859. OLE color: 3948859.
HSL color Cylindrical-coordinate representation of color #3B413C: hue angle of 130º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3B413C is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 60 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.75 |
| HSL | 130º | 0.05% | 0.24% | - |
| HSV(B) | 130º | 0.09% | 0.25% | - |
| XYZ | 4.51 | 5.04 | 5.01 | - |
| YUV | 62.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 60 | 0.09 | 0 | 0.08 | 0.75 | 130 | 0.05 | 0.24 |
| Hex | 3B | 41 | 3C | 9 | 0 | 8 | 4B | 82 | 5 | 18 |
| Octal | 73 | 101 | 74 | 11 | 0 | 10 | 113 | 202 | 5 | 30 |
| Binary | 111011 | 1000001 | 111100 | 1001 | 0 | 1000 | 1001011 | 10000010 | 101 | 11000 |
Color Harmonies of #3B413C
Complementary color
Monochromatic Colors of #3B413C
Black with #3B413C
Text Example
Text Example
White with #3B413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B413C; }
p { color: rgb(59,65,60); }
H1.HeaderClassName
{
color: #3B413C;
}
.AnyTagClassName
{
color: #3B413C;
}
</style>
background-color css
<style>
a { background-color: #3B413C; }
a { background-color: rgb(59,65,60); }
div.DivClassName
{
background-color: #3B413C;
}
.BgClassName
{
background-color: #3B413C;
}
</style>
border-color css
<style>
span { border-color: #3B413C; }
span { border-color: rgb(59,65,60); }
td.TdClassName
{
border-color: #3B413C;
}
.TagClassName
{
border-color: #3B413C;
}
</style>