Shades of Timber Green #39453D
Tints of Timber Green #39453D
RGB
CMYK
RGB Variations
Color information
#39453D (or 0x39453D) is known color: Timber Green. HEX triplet: 39, 45 and 3D. RGB value is (57,69,61). Sum of RGB (Red+Green+Blue) = 57+69+61=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #39453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453D is #C6BAC2. Grayscale: #404040. Windows color (decimal): -13023939 or 4015417. OLE color: 4015417.
HSL color Cylindrical-coordinate representation of color #39453D: hue angle of 140º 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 #39453D is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 61 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.73 |
| HSL | 140º | 0.1% | 0.25% | - |
| HSV(B) | 140º | 0.17% | 0.27% | - |
| XYZ | 4.66 | 5.46 | 5.22 | - |
| YUV | 64.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 61 | 0.17 | 0 | 0.12 | 0.73 | 140 | 0.1 | 0.25 |
| Hex | 39 | 45 | 3D | 11 | 0 | C | 49 | 8C | A | 19 |
| Octal | 71 | 105 | 75 | 21 | 0 | 14 | 111 | 214 | 12 | 31 |
| Binary | 111001 | 1000101 | 111101 | 10001 | 0 | 1100 | 1001001 | 10001100 | 1010 | 11001 |
Color Harmonies of #39453D
Complementary color
Monochromatic Colors of #39453D
Black with #39453D
Text Example
Text Example
White with #39453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39453D; }
p { color: rgb(57,69,61); }
H1.HeaderClassName
{
color: #39453D;
}
.AnyTagClassName
{
color: #39453D;
}
</style>
background-color css
<style>
a { background-color: #39453D; }
a { background-color: rgb(57,69,61); }
div.DivClassName
{
background-color: #39453D;
}
.BgClassName
{
background-color: #39453D;
}
</style>
border-color css
<style>
span { border-color: #39453D; }
span { border-color: rgb(57,69,61); }
td.TdClassName
{
border-color: #39453D;
}
.TagClassName
{
border-color: #39453D;
}
</style>