Shades of Timber Green #3B403C
Tints of Timber Green #3B403C
RGB
CMYK
RGB Variations
Color information
#3B403C (or 0x3B403C) is known color: Timber Green. HEX triplet: 3B, 40 and 3C. RGB value is (59,64,60). Sum of RGB (Red+Green+Blue) = 59+64+60=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403C is #C4BFC3. Grayscale: #3E3E3E. Windows color (decimal): -12894148 or 3948603. OLE color: 3948603.
HSL color Cylindrical-coordinate representation of color #3B403C: hue angle of 132º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B403C is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
RGB | 59 | 64 | 60 | - |
CMYK | 0.08 | 0 | 0.06 | 0.75 |
HSL | 132º | 0.04% | 0.24% | - |
HSV(B) | 132º | 0.08% | 0.25% | - |
XYZ | 4.45 | 4.92 | 4.99 | - |
YUV | 62.05 | 126.84 | 125.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 64 | 60 | 0.08 | 0 | 0.06 | 0.75 | 132 | 0.04 | 0.24 |
Hex | 3B | 40 | 3C | 8 | 0 | 6 | 4B | 84 | 4 | 18 |
Octal | 73 | 100 | 74 | 10 | 0 | 6 | 113 | 204 | 4 | 30 |
Binary | 111011 | 1000000 | 111100 | 1000 | 0 | 110 | 1001011 | 10000100 | 100 | 11000 |
Color Harmonies of #3B403C
Complementary color
Monochromatic Colors of #3B403C
Black with #3B403C
Text Example
Text Example
White with #3B403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B403C; }
p { color: rgb(59,64,60); }
H1.HeaderClassName
{
color: #3B403C;
}
.AnyTagClassName
{
color: #3B403C;
}
</style>
background-color css
<style>
a { background-color: #3B403C; }
a { background-color: rgb(59,64,60); }
div.DivClassName
{
background-color: #3B403C;
}
.BgClassName
{
background-color: #3B403C;
}
</style>
border-color css
<style>
span { border-color: #3B403C; }
span { border-color: rgb(59,64,60); }
td.TdClassName
{
border-color: #3B403C;
}
.TagClassName
{
border-color: #3B403C;
}
</style>