Shades of Timber Green #354C39
Tints of Timber Green #354C39
RGB
CMYK
RGB Variations
Color information
#354C39 (or 0x354C39) is known color: Timber Green. HEX triplet: 35, 4C and 39. RGB value is (53,76,57). Sum of RGB (Red+Green+Blue) = 53+76+57=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #354C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C39 is #CAB3C6. Grayscale: #434343. Windows color (decimal): -13284295 or 3755061. OLE color: 3755061.
HSL color Cylindrical-coordinate representation of color #354C39: hue angle of 130.43º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C39 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 57 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.70 |
| HSL | 130.43º | 0.18% | 0.25% | - |
| HSV(B) | 130.43º | 0.3% | 0.3% | - |
| XYZ | 4.79 | 6.22 | 4.82 | - |
| YUV | 66.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 57 | 0.30 | 0 | 0.25 | 0.70 | 130.43 | 0.18 | 0.25 |
| Hex | 35 | 4C | 39 | 1E | 0 | 19 | 46 | 82 | 12 | 19 |
| Octal | 65 | 114 | 71 | 36 | 0 | 31 | 106 | 202 | 22 | 31 |
| Binary | 110101 | 1001100 | 111001 | 11110 | 0 | 11001 | 1000110 | 10000010 | 10010 | 11001 |
Color Harmonies of #354C39
Complementary color
Monochromatic Colors of #354C39
Black with #354C39
Text Example
Text Example
White with #354C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C39; }
p { color: rgb(53,76,57); }
H1.HeaderClassName
{
color: #354C39;
}
.AnyTagClassName
{
color: #354C39;
}
</style>
background-color css
<style>
a { background-color: #354C39; }
a { background-color: rgb(53,76,57); }
div.DivClassName
{
background-color: #354C39;
}
.BgClassName
{
background-color: #354C39;
}
</style>
border-color css
<style>
span { border-color: #354C39; }
span { border-color: rgb(53,76,57); }
td.TdClassName
{
border-color: #354C39;
}
.TagClassName
{
border-color: #354C39;
}
</style>