Shades of Timber Green #3A473B
Tints of Timber Green #3A473B
RGB
CMYK
RGB Variations
Color information
#3A473B (or 0x3A473B) is known color: Timber Green. HEX triplet: 3A, 47 and 3B. RGB value is (58,71,59). Sum of RGB (Red+Green+Blue) = 58+71+59=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #3A473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A473B is #C5B8C4. Grayscale: #414141. Windows color (decimal): -12957893 or 3884858. OLE color: 3884858.
HSL color Cylindrical-coordinate representation of color #3A473B: hue angle of 124.62º 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 #3A473B is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 59 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.72 |
| HSL | 124.62º | 0.1% | 0.25% | - |
| HSV(B) | 124.62º | 0.18% | 0.28% | - |
| XYZ | 4.79 | 5.72 | 4.99 | - |
| YUV | 65.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 59 | 0.18 | 0 | 0.17 | 0.72 | 124.62 | 0.1 | 0.25 |
| Hex | 3A | 47 | 3B | 12 | 0 | 11 | 48 | 7D | A | 19 |
| Octal | 72 | 107 | 73 | 22 | 0 | 21 | 110 | 175 | 12 | 31 |
| Binary | 111010 | 1000111 | 111011 | 10010 | 0 | 10001 | 1001000 | 1111101 | 1010 | 11001 |
Color Harmonies of #3A473B
Complementary color
Monochromatic Colors of #3A473B
Black with #3A473B
Text Example
Text Example
White with #3A473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A473B; }
p { color: rgb(58,71,59); }
H1.HeaderClassName
{
color: #3A473B;
}
.AnyTagClassName
{
color: #3A473B;
}
</style>
background-color css
<style>
a { background-color: #3A473B; }
a { background-color: rgb(58,71,59); }
div.DivClassName
{
background-color: #3A473B;
}
.BgClassName
{
background-color: #3A473B;
}
</style>
border-color css
<style>
span { border-color: #3A473B; }
span { border-color: rgb(58,71,59); }
td.TdClassName
{
border-color: #3A473B;
}
.TagClassName
{
border-color: #3A473B;
}
</style>