Shades of Timber Green #39483D
Tints of Timber Green #39483D
RGB
CMYK
RGB Variations
Color information
#39483D (or 0x39483D) is known color: Timber Green. HEX triplet: 39, 48 and 3D. RGB value is (57,72,61). Sum of RGB (Red+Green+Blue) = 57+72+61=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #39483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39483D is #C6B7C2. Grayscale: #424242. Windows color (decimal): -13023171 or 4016185. OLE color: 4016185.
HSL color Cylindrical-coordinate representation of color #39483D: hue angle of 136º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #39483D is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 61 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.72 |
| HSL | 136º | 0.12% | 0.25% | - |
| HSV(B) | 136º | 0.21% | 0.28% | - |
| XYZ | 4.85 | 5.84 | 5.29 | - |
| YUV | 66.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 61 | 0.21 | 0 | 0.15 | 0.72 | 136 | 0.12 | 0.25 |
| Hex | 39 | 48 | 3D | 15 | 0 | F | 48 | 88 | C | 19 |
| Octal | 71 | 110 | 75 | 25 | 0 | 17 | 110 | 210 | 14 | 31 |
| Binary | 111001 | 1001000 | 111101 | 10101 | 0 | 1111 | 1001000 | 10001000 | 1100 | 11001 |
Color Harmonies of #39483D
Complementary color
Monochromatic Colors of #39483D
Black with #39483D
Text Example
Text Example
White with #39483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39483D; }
p { color: rgb(57,72,61); }
H1.HeaderClassName
{
color: #39483D;
}
.AnyTagClassName
{
color: #39483D;
}
</style>
background-color css
<style>
a { background-color: #39483D; }
a { background-color: rgb(57,72,61); }
div.DivClassName
{
background-color: #39483D;
}
.BgClassName
{
background-color: #39483D;
}
</style>
border-color css
<style>
span { border-color: #39483D; }
span { border-color: rgb(57,72,61); }
td.TdClassName
{
border-color: #39483D;
}
.TagClassName
{
border-color: #39483D;
}
</style>