Shades of Timber Green #354839
Tints of Timber Green #354839
RGB
CMYK
RGB Variations
Color information
#354839 (or 0x354839) is known color: Timber Green. HEX triplet: 35, 48 and 39. RGB value is (53,72,57). Sum of RGB (Red+Green+Blue) = 53+72+57=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #354839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354839 is #CAB7C6. Grayscale: #404040. Windows color (decimal): -13285319 or 3754037. OLE color: 3754037.
HSL color Cylindrical-coordinate representation of color #354839: hue angle of 132.63º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354839 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 57 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.72 |
| HSL | 132.63º | 0.15% | 0.25% | - |
| HSV(B) | 132.63º | 0.26% | 0.28% | - |
| XYZ | 4.52 | 5.69 | 4.73 | - |
| YUV | 64.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 57 | 0.26 | 0 | 0.21 | 0.72 | 132.63 | 0.15 | 0.25 |
| Hex | 35 | 48 | 39 | 1A | 0 | 15 | 48 | 85 | F | 19 |
| Octal | 65 | 110 | 71 | 32 | 0 | 25 | 110 | 205 | 17 | 31 |
| Binary | 110101 | 1001000 | 111001 | 11010 | 0 | 10101 | 1001000 | 10000101 | 1111 | 11001 |
Color Harmonies of #354839
Complementary color
Monochromatic Colors of #354839
Black with #354839
Text Example
Text Example
White with #354839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354839; }
p { color: rgb(53,72,57); }
H1.HeaderClassName
{
color: #354839;
}
.AnyTagClassName
{
color: #354839;
}
</style>
background-color css
<style>
a { background-color: #354839; }
a { background-color: rgb(53,72,57); }
div.DivClassName
{
background-color: #354839;
}
.BgClassName
{
background-color: #354839;
}
</style>
border-color css
<style>
span { border-color: #354839; }
span { border-color: rgb(53,72,57); }
td.TdClassName
{
border-color: #354839;
}
.TagClassName
{
border-color: #354839;
}
</style>