Shades of Timber Green #39473C
Tints of Timber Green #39473C
RGB
CMYK
RGB Variations
Color information
#39473C (or 0x39473C) is known color: Timber Green. HEX triplet: 39, 47 and 3C. RGB value is (57,71,60). Sum of RGB (Red+Green+Blue) = 57+71+60=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #39473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39473C is #C6B8C3. Grayscale: #414141. Windows color (decimal): -13023428 or 3950393. OLE color: 3950393.
HSL color Cylindrical-coordinate representation of color #39473C: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #39473C is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 60 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.72 |
| HSL | 132.86º | 0.11% | 0.25% | - |
| HSV(B) | 132.86º | 0.2% | 0.28% | - |
| XYZ | 4.76 | 5.7 | 5.12 | - |
| YUV | 65.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 60 | 0.20 | 0 | 0.15 | 0.72 | 132.86 | 0.11 | 0.25 |
| Hex | 39 | 47 | 3C | 14 | 0 | F | 48 | 85 | B | 19 |
| Octal | 71 | 107 | 74 | 24 | 0 | 17 | 110 | 205 | 13 | 31 |
| Binary | 111001 | 1000111 | 111100 | 10100 | 0 | 1111 | 1001000 | 10000101 | 1011 | 11001 |
Color Harmonies of #39473C
Complementary color
Monochromatic Colors of #39473C
Black with #39473C
Text Example
Text Example
White with #39473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39473C; }
p { color: rgb(57,71,60); }
H1.HeaderClassName
{
color: #39473C;
}
.AnyTagClassName
{
color: #39473C;
}
</style>
background-color css
<style>
a { background-color: #39473C; }
a { background-color: rgb(57,71,60); }
div.DivClassName
{
background-color: #39473C;
}
.BgClassName
{
background-color: #39473C;
}
</style>
border-color css
<style>
span { border-color: #39473C; }
span { border-color: rgb(57,71,60); }
td.TdClassName
{
border-color: #39473C;
}
.TagClassName
{
border-color: #39473C;
}
</style>