Shades of Timber Green #3A463C
Tints of Timber Green #3A463C
RGB
CMYK
RGB Variations
Color information
#3A463C (or 0x3A463C) is known color: Timber Green. HEX triplet: 3A, 46 and 3C. RGB value is (58,70,60). Sum of RGB (Red+Green+Blue) = 58+70+60=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #3A463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A463C is #C5B9C3. Grayscale: #414141. Windows color (decimal): -12958148 or 3950138. OLE color: 3950138.
HSL color Cylindrical-coordinate representation of color #3A463C: hue angle of 130º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A463C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 70 | 60 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.73 |
| HSL | 130º | 0.09% | 0.25% | - |
| HSV(B) | 130º | 0.17% | 0.27% | - |
| XYZ | 4.75 | 5.61 | 5.11 | - |
| YUV | 65.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 60 | 0.17 | 0 | 0.14 | 0.73 | 130 | 0.09 | 0.25 |
| Hex | 3A | 46 | 3C | 11 | 0 | E | 49 | 82 | 9 | 19 |
| Octal | 72 | 106 | 74 | 21 | 0 | 16 | 111 | 202 | 11 | 31 |
| Binary | 111010 | 1000110 | 111100 | 10001 | 0 | 1110 | 1001001 | 10000010 | 1001 | 11001 |
Color Harmonies of #3A463C
Complementary color
Monochromatic Colors of #3A463C
Black with #3A463C
Text Example
Text Example
White with #3A463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A463C; }
p { color: rgb(58,70,60); }
H1.HeaderClassName
{
color: #3A463C;
}
.AnyTagClassName
{
color: #3A463C;
}
</style>
background-color css
<style>
a { background-color: #3A463C; }
a { background-color: rgb(58,70,60); }
div.DivClassName
{
background-color: #3A463C;
}
.BgClassName
{
background-color: #3A463C;
}
</style>
border-color css
<style>
span { border-color: #3A463C; }
span { border-color: rgb(58,70,60); }
td.TdClassName
{
border-color: #3A463C;
}
.TagClassName
{
border-color: #3A463C;
}
</style>