Shades of Timber Green #39473A
Tints of Timber Green #39473A
RGB
CMYK
RGB Variations
Color information
#39473A (or 0x39473A) is known color: Timber Green. HEX triplet: 39, 47 and 3A. RGB value is (57,71,58). Sum of RGB (Red+Green+Blue) = 57+71+58=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #39473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39473A is #C6B8C5. Grayscale: #414141. Windows color (decimal): -13023430 or 3819321. OLE color: 3819321.
HSL color Cylindrical-coordinate representation of color #39473A: hue angle of 124.29º 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 #39473A is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 58 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.72 |
| HSL | 124.29º | 0.11% | 0.25% | - |
| HSV(B) | 124.29º | 0.2% | 0.28% | - |
| XYZ | 4.7 | 5.68 | 4.85 | - |
| YUV | 65.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 58 | 0.20 | 0 | 0.18 | 0.72 | 124.29 | 0.11 | 0.25 |
| Hex | 39 | 47 | 3A | 14 | 0 | 12 | 48 | 7C | B | 19 |
| Octal | 71 | 107 | 72 | 24 | 0 | 22 | 110 | 174 | 13 | 31 |
| Binary | 111001 | 1000111 | 111010 | 10100 | 0 | 10010 | 1001000 | 1111100 | 1011 | 11001 |
Color Harmonies of #39473A
Complementary color
Monochromatic Colors of #39473A
Black with #39473A
Text Example
Text Example
White with #39473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39473A; }
p { color: rgb(57,71,58); }
H1.HeaderClassName
{
color: #39473A;
}
.AnyTagClassName
{
color: #39473A;
}
</style>
background-color css
<style>
a { background-color: #39473A; }
a { background-color: rgb(57,71,58); }
div.DivClassName
{
background-color: #39473A;
}
.BgClassName
{
background-color: #39473A;
}
</style>
border-color css
<style>
span { border-color: #39473A; }
span { border-color: rgb(57,71,58); }
td.TdClassName
{
border-color: #39473A;
}
.TagClassName
{
border-color: #39473A;
}
</style>