Shades of Timber Green #354837
Tints of Timber Green #354837
RGB
CMYK
RGB Variations
Color information
#354837 (or 0x354837) is known color: Timber Green. HEX triplet: 35, 48 and 37. RGB value is (53,72,55). Sum of RGB (Red+Green+Blue) = 53+72+55=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #354837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354837 is #CAB7C8. Grayscale: #404040. Windows color (decimal): -13285321 or 3622965. OLE color: 3622965.
HSL color Cylindrical-coordinate representation of color #354837: hue angle of 126.32º 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 #354837 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 55 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.72 |
| HSL | 126.32º | 0.15% | 0.25% | - |
| HSV(B) | 126.32º | 0.26% | 0.28% | - |
| XYZ | 4.48 | 5.67 | 4.47 | - |
| YUV | 64.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 55 | 0.26 | 0 | 0.24 | 0.72 | 126.32 | 0.15 | 0.25 |
| Hex | 35 | 48 | 37 | 1A | 0 | 18 | 48 | 7E | F | 19 |
| Octal | 65 | 110 | 67 | 32 | 0 | 30 | 110 | 176 | 17 | 31 |
| Binary | 110101 | 1001000 | 110111 | 11010 | 0 | 11000 | 1001000 | 1111110 | 1111 | 11001 |
Color Harmonies of #354837
Complementary color
Monochromatic Colors of #354837
Black with #354837
Text Example
Text Example
White with #354837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354837; }
p { color: rgb(53,72,55); }
H1.HeaderClassName
{
color: #354837;
}
.AnyTagClassName
{
color: #354837;
}
</style>
background-color css
<style>
a { background-color: #354837; }
a { background-color: rgb(53,72,55); }
div.DivClassName
{
background-color: #354837;
}
.BgClassName
{
background-color: #354837;
}
</style>
border-color css
<style>
span { border-color: #354837; }
span { border-color: rgb(53,72,55); }
td.TdClassName
{
border-color: #354837;
}
.TagClassName
{
border-color: #354837;
}
</style>