Shades of Timber Green #354937
Tints of Timber Green #354937
RGB
CMYK
RGB Variations
Color information
#354937 (or 0x354937) is known color: Timber Green. HEX triplet: 35, 49 and 37. RGB value is (53,73,55). Sum of RGB (Red+Green+Blue) = 53+73+55=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #354937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354937 is #CAB6C8. Grayscale: #414141. Windows color (decimal): -13285065 or 3623221. OLE color: 3623221.
HSL color Cylindrical-coordinate representation of color #354937: hue angle of 126º 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 #354937 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 55 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.71 |
| HSL | 126º | 0.16% | 0.25% | - |
| HSV(B) | 126º | 0.27% | 0.29% | - |
| XYZ | 4.54 | 5.8 | 4.49 | - |
| YUV | 64.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 55 | 0.27 | 0 | 0.25 | 0.71 | 126 | 0.16 | 0.25 |
| Hex | 35 | 49 | 37 | 1B | 0 | 19 | 47 | 7E | 10 | 19 |
| Octal | 65 | 111 | 67 | 33 | 0 | 31 | 107 | 176 | 20 | 31 |
| Binary | 110101 | 1001001 | 110111 | 11011 | 0 | 11001 | 1000111 | 1111110 | 10000 | 11001 |
Color Harmonies of #354937
Complementary color
Monochromatic Colors of #354937
Black with #354937
Text Example
Text Example
White with #354937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354937; }
p { color: rgb(53,73,55); }
H1.HeaderClassName
{
color: #354937;
}
.AnyTagClassName
{
color: #354937;
}
</style>
background-color css
<style>
a { background-color: #354937; }
a { background-color: rgb(53,73,55); }
div.DivClassName
{
background-color: #354937;
}
.BgClassName
{
background-color: #354937;
}
</style>
border-color css
<style>
span { border-color: #354937; }
span { border-color: rgb(53,73,55); }
td.TdClassName
{
border-color: #354937;
}
.TagClassName
{
border-color: #354937;
}
</style>