Shades of Timber Green #39453B
Tints of Timber Green #39453B
RGB
CMYK
RGB Variations
Color information
#39453B (or 0x39453B) is known color: Timber Green. HEX triplet: 39, 45 and 3B. RGB value is (57,69,59). Sum of RGB (Red+Green+Blue) = 57+69+59=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #39453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453B is #C6BAC4. Grayscale: #404040. Windows color (decimal): -13023941 or 3884345. OLE color: 3884345.
HSL color Cylindrical-coordinate representation of color #39453B: hue angle of 130º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #39453B is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 59 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.73 |
| HSL | 130º | 0.1% | 0.25% | - |
| HSV(B) | 130º | 0.17% | 0.27% | - |
| XYZ | 4.6 | 5.44 | 4.95 | - |
| YUV | 64.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 59 | 0.17 | 0 | 0.14 | 0.73 | 130 | 0.1 | 0.25 |
| Hex | 39 | 45 | 3B | 11 | 0 | E | 49 | 82 | A | 19 |
| Octal | 71 | 105 | 73 | 21 | 0 | 16 | 111 | 202 | 12 | 31 |
| Binary | 111001 | 1000101 | 111011 | 10001 | 0 | 1110 | 1001001 | 10000010 | 1010 | 11001 |
Color Harmonies of #39453B
Complementary color
Monochromatic Colors of #39453B
Black with #39453B
Text Example
Text Example
White with #39453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39453B; }
p { color: rgb(57,69,59); }
H1.HeaderClassName
{
color: #39453B;
}
.AnyTagClassName
{
color: #39453B;
}
</style>
background-color css
<style>
a { background-color: #39453B; }
a { background-color: rgb(57,69,59); }
div.DivClassName
{
background-color: #39453B;
}
.BgClassName
{
background-color: #39453B;
}
</style>
border-color css
<style>
span { border-color: #39453B; }
span { border-color: rgb(57,69,59); }
td.TdClassName
{
border-color: #39453B;
}
.TagClassName
{
border-color: #39453B;
}
</style>