Shades of Timber Green #353F39
Tints of Timber Green #353F39
RGB
CMYK
RGB Variations
Color information
#353F39 (or 0x353F39) is known color: Timber Green. HEX triplet: 35, 3F and 39. RGB value is (53,63,57). Sum of RGB (Red+Green+Blue) = 53+63+57=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 63 - color contains mainly: green. Hex color #353F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F39 is #CAC0C6. Grayscale: #3B3B3B. Windows color (decimal): -13287623 or 3751733. OLE color: 3751733.
HSL color Cylindrical-coordinate representation of color #353F39: hue angle of 144º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #353F39 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 57 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.75 |
| HSL | 144º | 0.09% | 0.23% | - |
| HSV(B) | 144º | 0.16% | 0.25% | - |
| XYZ | 3.98 | 4.61 | 4.55 | - |
| YUV | 59.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 57 | 0.16 | 0 | 0.10 | 0.75 | 144 | 0.09 | 0.23 |
| Hex | 35 | 3F | 39 | 10 | 0 | A | 4B | 90 | 9 | 17 |
| Octal | 65 | 77 | 71 | 20 | 0 | 12 | 113 | 220 | 11 | 27 |
| Binary | 110101 | 111111 | 111001 | 10000 | 0 | 1010 | 1001011 | 10010000 | 1001 | 10111 |
Color Harmonies of #353F39
Complementary color
Monochromatic Colors of #353F39
Black with #353F39
Text Example
Text Example
White with #353F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F39; }
p { color: rgb(53,63,57); }
H1.HeaderClassName
{
color: #353F39;
}
.AnyTagClassName
{
color: #353F39;
}
</style>
background-color css
<style>
a { background-color: #353F39; }
a { background-color: rgb(53,63,57); }
div.DivClassName
{
background-color: #353F39;
}
.BgClassName
{
background-color: #353F39;
}
</style>
border-color css
<style>
span { border-color: #353F39; }
span { border-color: rgb(53,63,57); }
td.TdClassName
{
border-color: #353F39;
}
.TagClassName
{
border-color: #353F39;
}
</style>