Shades of Timber Green #39423C
Tints of Timber Green #39423C
RGB
CMYK
RGB Variations
Color information
#39423C (or 0x39423C) is known color: Timber Green. HEX triplet: 39, 42 and 3C. RGB value is (57,66,60). Sum of RGB (Red+Green+Blue) = 57+66+60=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #39423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39423C is #C6BDC3. Grayscale: #3E3E3E. Windows color (decimal): -13024708 or 3949113. OLE color: 3949113.
HSL color Cylindrical-coordinate representation of color #39423C: hue angle of 140º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #39423C is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 60 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.74 |
| HSL | 140º | 0.07% | 0.24% | - |
| HSV(B) | 140º | 0.14% | 0.26% | - |
| XYZ | 4.45 | 5.09 | 5.02 | - |
| YUV | 62.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 60 | 0.14 | 0 | 0.09 | 0.74 | 140 | 0.07 | 0.24 |
| Hex | 39 | 42 | 3C | E | 0 | 9 | 4A | 8C | 7 | 18 |
| Octal | 71 | 102 | 74 | 16 | 0 | 11 | 112 | 214 | 7 | 30 |
| Binary | 111001 | 1000010 | 111100 | 1110 | 0 | 1001 | 1001010 | 10001100 | 111 | 11000 |
Color Harmonies of #39423C
Complementary color
Monochromatic Colors of #39423C
Black with #39423C
Text Example
Text Example
White with #39423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39423C; }
p { color: rgb(57,66,60); }
H1.HeaderClassName
{
color: #39423C;
}
.AnyTagClassName
{
color: #39423C;
}
</style>
background-color css
<style>
a { background-color: #39423C; }
a { background-color: rgb(57,66,60); }
div.DivClassName
{
background-color: #39423C;
}
.BgClassName
{
background-color: #39423C;
}
</style>
border-color css
<style>
span { border-color: #39423C; }
span { border-color: rgb(57,66,60); }
td.TdClassName
{
border-color: #39423C;
}
.TagClassName
{
border-color: #39423C;
}
</style>