Shades of Timber Green #39453C
Tints of Timber Green #39453C
RGB
CMYK
RGB Variations
Color information
#39453C (or 0x39453C) is known color: Timber Green. HEX triplet: 39, 45 and 3C. RGB value is (57,69,60). Sum of RGB (Red+Green+Blue) = 57+69+60=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #39453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39453C is #C6BAC3. Grayscale: #404040. Windows color (decimal): -13023940 or 3949881. OLE color: 3949881.
HSL color Cylindrical-coordinate representation of color #39453C: hue angle of 135º 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 #39453C is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 60 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.73 |
| HSL | 135º | 0.1% | 0.25% | - |
| HSV(B) | 135º | 0.17% | 0.27% | - |
| XYZ | 4.63 | 5.45 | 5.08 | - |
| YUV | 64.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 60 | 0.17 | 0 | 0.13 | 0.73 | 135 | 0.1 | 0.25 |
| Hex | 39 | 45 | 3C | 11 | 0 | D | 49 | 87 | A | 19 |
| Octal | 71 | 105 | 74 | 21 | 0 | 15 | 111 | 207 | 12 | 31 |
| Binary | 111001 | 1000101 | 111100 | 10001 | 0 | 1101 | 1001001 | 10000111 | 1010 | 11001 |
Color Harmonies of #39453C
Complementary color
Monochromatic Colors of #39453C
Black with #39453C
Text Example
Text Example
White with #39453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39453C; }
p { color: rgb(57,69,60); }
H1.HeaderClassName
{
color: #39453C;
}
.AnyTagClassName
{
color: #39453C;
}
</style>
background-color css
<style>
a { background-color: #39453C; }
a { background-color: rgb(57,69,60); }
div.DivClassName
{
background-color: #39453C;
}
.BgClassName
{
background-color: #39453C;
}
</style>
border-color css
<style>
span { border-color: #39453C; }
span { border-color: rgb(57,69,60); }
td.TdClassName
{
border-color: #39453C;
}
.TagClassName
{
border-color: #39453C;
}
</style>