Shades of Timber Green #3A473C
Tints of Timber Green #3A473C
RGB
CMYK
RGB Variations
Color information
#3A473C (or 0x3A473C) is known color: Timber Green. HEX triplet: 3A, 47 and 3C. RGB value is (58,71,60). Sum of RGB (Red+Green+Blue) = 58+71+60=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #3A473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A473C is #C5B8C3. Grayscale: #414141. Windows color (decimal): -12957892 or 3950394. OLE color: 3950394.
HSL color Cylindrical-coordinate representation of color #3A473C: hue angle of 129.23º 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 #3A473C is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 71 | 60 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.72 |
| HSL | 129.23º | 0.1% | 0.25% | - |
| HSV(B) | 129.23º | 0.18% | 0.28% | - |
| XYZ | 4.81 | 5.73 | 5.13 | - |
| YUV | 65.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 71 | 60 | 0.18 | 0 | 0.15 | 0.72 | 129.23 | 0.1 | 0.25 |
| Hex | 3A | 47 | 3C | 12 | 0 | F | 48 | 81 | A | 19 |
| Octal | 72 | 107 | 74 | 22 | 0 | 17 | 110 | 201 | 12 | 31 |
| Binary | 111010 | 1000111 | 111100 | 10010 | 0 | 1111 | 1001000 | 10000001 | 1010 | 11001 |
Color Harmonies of #3A473C
Complementary color
Monochromatic Colors of #3A473C
Black with #3A473C
Text Example
Text Example
White with #3A473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A473C; }
p { color: rgb(58,71,60); }
H1.HeaderClassName
{
color: #3A473C;
}
.AnyTagClassName
{
color: #3A473C;
}
</style>
background-color css
<style>
a { background-color: #3A473C; }
a { background-color: rgb(58,71,60); }
div.DivClassName
{
background-color: #3A473C;
}
.BgClassName
{
background-color: #3A473C;
}
</style>
border-color css
<style>
span { border-color: #3A473C; }
span { border-color: rgb(58,71,60); }
td.TdClassName
{
border-color: #3A473C;
}
.TagClassName
{
border-color: #3A473C;
}
</style>