Shades of Timber Green #3A493C
Tints of Timber Green #3A493C
RGB
CMYK
RGB Variations
Color information
#3A493C (or 0x3A493C) is known color: Timber Green. HEX triplet: 3A, 49 and 3C. RGB value is (58,73,60). Sum of RGB (Red+Green+Blue) = 58+73+60=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #3A493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A493C is #C5B6C3. Grayscale: #434343. Windows color (decimal): -12957380 or 3950906. OLE color: 3950906.
HSL color Cylindrical-coordinate representation of color #3A493C: hue angle of 128º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A493C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 60 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.71 |
| HSL | 128º | 0.11% | 0.26% | - |
| HSV(B) | 128º | 0.21% | 0.29% | - |
| XYZ | 4.94 | 5.99 | 5.17 | - |
| YUV | 67.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 60 | 0.21 | 0 | 0.18 | 0.71 | 128 | 0.11 | 0.26 |
| Hex | 3A | 49 | 3C | 15 | 0 | 12 | 47 | 80 | B | 1A |
| Octal | 72 | 111 | 74 | 25 | 0 | 22 | 107 | 200 | 13 | 32 |
| Binary | 111010 | 1001001 | 111100 | 10101 | 0 | 10010 | 1000111 | 10000000 | 1011 | 11010 |
Color Harmonies of #3A493C
Complementary color
Monochromatic Colors of #3A493C
Black with #3A493C
Text Example
Text Example
White with #3A493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A493C; }
p { color: rgb(58,73,60); }
H1.HeaderClassName
{
color: #3A493C;
}
.AnyTagClassName
{
color: #3A493C;
}
</style>
background-color css
<style>
a { background-color: #3A493C; }
a { background-color: rgb(58,73,60); }
div.DivClassName
{
background-color: #3A493C;
}
.BgClassName
{
background-color: #3A493C;
}
</style>
border-color css
<style>
span { border-color: #3A493C; }
span { border-color: rgb(58,73,60); }
td.TdClassName
{
border-color: #3A493C;
}
.TagClassName
{
border-color: #3A493C;
}
</style>