Shades of Timber Green #3A493D
Tints of Timber Green #3A493D
RGB
CMYK
RGB Variations
Color information
#3A493D (or 0x3A493D) is known color: Timber Green. HEX triplet: 3A, 49 and 3D. RGB value is (58,73,61). Sum of RGB (Red+Green+Blue) = 58+73+61=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #3A493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A493D is #C5B6C2. Grayscale: #434343. Windows color (decimal): -12957379 or 4016442. OLE color: 4016442.
HSL color Cylindrical-coordinate representation of color #3A493D: hue angle of 132º 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 #3A493D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 61 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.71 |
| HSL | 132º | 0.11% | 0.26% | - |
| HSV(B) | 132º | 0.21% | 0.29% | - |
| XYZ | 4.97 | 6 | 5.31 | - |
| YUV | 67.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 61 | 0.21 | 0 | 0.16 | 0.71 | 132 | 0.11 | 0.26 |
| Hex | 3A | 49 | 3D | 15 | 0 | 10 | 47 | 84 | B | 1A |
| Octal | 72 | 111 | 75 | 25 | 0 | 20 | 107 | 204 | 13 | 32 |
| Binary | 111010 | 1001001 | 111101 | 10101 | 0 | 10000 | 1000111 | 10000100 | 1011 | 11010 |
Color Harmonies of #3A493D
Complementary color
Monochromatic Colors of #3A493D
Black with #3A493D
Text Example
Text Example
White with #3A493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A493D; }
p { color: rgb(58,73,61); }
H1.HeaderClassName
{
color: #3A493D;
}
.AnyTagClassName
{
color: #3A493D;
}
</style>
background-color css
<style>
a { background-color: #3A493D; }
a { background-color: rgb(58,73,61); }
div.DivClassName
{
background-color: #3A493D;
}
.BgClassName
{
background-color: #3A493D;
}
</style>
border-color css
<style>
span { border-color: #3A493D; }
span { border-color: rgb(58,73,61); }
td.TdClassName
{
border-color: #3A493D;
}
.TagClassName
{
border-color: #3A493D;
}
</style>