Shades of Timber Green #3A403C
Tints of Timber Green #3A403C
RGB
CMYK
RGB Variations
Color information
#3A403C (or 0x3A403C) is known color: Timber Green. HEX triplet: 3A, 40 and 3C. RGB value is (58,64,60). Sum of RGB (Red+Green+Blue) = 58+64+60=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 64 - color contains mainly: green. Hex color #3A403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A403C is #C5BFC3. Grayscale: #3D3D3D. Windows color (decimal): -12959684 or 3948602. OLE color: 3948602.
HSL color Cylindrical-coordinate representation of color #3A403C: hue angle of 140º 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 #3A403C is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 60 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.75 |
| HSL | 140º | 0.05% | 0.24% | - |
| HSV(B) | 140º | 0.09% | 0.25% | - |
| XYZ | 4.39 | 4.89 | 4.99 | - |
| YUV | 61.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 60 | 0.09 | 0 | 0.06 | 0.75 | 140 | 0.05 | 0.24 |
| Hex | 3A | 40 | 3C | 9 | 0 | 6 | 4B | 8C | 5 | 18 |
| Octal | 72 | 100 | 74 | 11 | 0 | 6 | 113 | 214 | 5 | 30 |
| Binary | 111010 | 1000000 | 111100 | 1001 | 0 | 110 | 1001011 | 10001100 | 101 | 11000 |
Color Harmonies of #3A403C
Complementary color
Monochromatic Colors of #3A403C
Black with #3A403C
Text Example
Text Example
White with #3A403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A403C; }
p { color: rgb(58,64,60); }
H1.HeaderClassName
{
color: #3A403C;
}
.AnyTagClassName
{
color: #3A403C;
}
</style>
background-color css
<style>
a { background-color: #3A403C; }
a { background-color: rgb(58,64,60); }
div.DivClassName
{
background-color: #3A403C;
}
.BgClassName
{
background-color: #3A403C;
}
</style>
border-color css
<style>
span { border-color: #3A403C; }
span { border-color: rgb(58,64,60); }
td.TdClassName
{
border-color: #3A403C;
}
.TagClassName
{
border-color: #3A403C;
}
</style>