Shades of Timber Green #3A473D
Tints of Timber Green #3A473D
RGB
CMYK
RGB Variations
Color information
#3A473D (or 0x3A473D) is known color: Timber Green. HEX triplet: 3A, 47 and 3D. RGB value is (58,71,61). Sum of RGB (Red+Green+Blue) = 58+71+61=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #3A473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A473D is #C5B8C2. Grayscale: #424242. Windows color (decimal): -12957891 or 4015930. OLE color: 4015930.
HSL color Cylindrical-coordinate representation of color #3A473D: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A473D is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 61 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.72 |
| HSL | 133.85º | 0.1% | 0.25% | - |
| HSV(B) | 133.85º | 0.18% | 0.28% | - |
| XYZ | 4.84 | 5.74 | 5.27 | - |
| YUV | 65.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 61 | 0.18 | 0 | 0.14 | 0.72 | 133.85 | 0.1 | 0.25 |
| Hex | 3A | 47 | 3D | 12 | 0 | E | 48 | 86 | A | 19 |
| Octal | 72 | 107 | 75 | 22 | 0 | 16 | 110 | 206 | 12 | 31 |
| Binary | 111010 | 1000111 | 111101 | 10010 | 0 | 1110 | 1001000 | 10000110 | 1010 | 11001 |
Color Harmonies of #3A473D
Complementary color
Monochromatic Colors of #3A473D
Black with #3A473D
Text Example
Text Example
White with #3A473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A473D; }
p { color: rgb(58,71,61); }
H1.HeaderClassName
{
color: #3A473D;
}
.AnyTagClassName
{
color: #3A473D;
}
</style>
background-color css
<style>
a { background-color: #3A473D; }
a { background-color: rgb(58,71,61); }
div.DivClassName
{
background-color: #3A473D;
}
.BgClassName
{
background-color: #3A473D;
}
</style>
border-color css
<style>
span { border-color: #3A473D; }
span { border-color: rgb(58,71,61); }
td.TdClassName
{
border-color: #3A473D;
}
.TagClassName
{
border-color: #3A473D;
}
</style>