Shades of Timber Green #354939
Tints of Timber Green #354939
RGB
CMYK
RGB Variations
Color information
#354939 (or 0x354939) is known color: Timber Green. HEX triplet: 35, 49 and 39. RGB value is (53,73,57). Sum of RGB (Red+Green+Blue) = 53+73+57=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #354939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354939 is #CAB6C6. Grayscale: #414141. Windows color (decimal): -13285063 or 3754293. OLE color: 3754293.
HSL color Cylindrical-coordinate representation of color #354939: hue angle of 132º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354939 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 57 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.71 |
| HSL | 132º | 0.16% | 0.25% | - |
| HSV(B) | 132º | 0.27% | 0.29% | - |
| XYZ | 4.59 | 5.82 | 4.75 | - |
| YUV | 65.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 57 | 0.27 | 0 | 0.22 | 0.71 | 132 | 0.16 | 0.25 |
| Hex | 35 | 49 | 39 | 1B | 0 | 16 | 47 | 84 | 10 | 19 |
| Octal | 65 | 111 | 71 | 33 | 0 | 26 | 107 | 204 | 20 | 31 |
| Binary | 110101 | 1001001 | 111001 | 11011 | 0 | 10110 | 1000111 | 10000100 | 10000 | 11001 |
Color Harmonies of #354939
Complementary color
Monochromatic Colors of #354939
Black with #354939
Text Example
Text Example
White with #354939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354939; }
p { color: rgb(53,73,57); }
H1.HeaderClassName
{
color: #354939;
}
.AnyTagClassName
{
color: #354939;
}
</style>
background-color css
<style>
a { background-color: #354939; }
a { background-color: rgb(53,73,57); }
div.DivClassName
{
background-color: #354939;
}
.BgClassName
{
background-color: #354939;
}
</style>
border-color css
<style>
span { border-color: #354939; }
span { border-color: rgb(53,73,57); }
td.TdClassName
{
border-color: #354939;
}
.TagClassName
{
border-color: #354939;
}
</style>