Shades of Timber Green #354635
Tints of Timber Green #354635
RGB
CMYK
RGB Variations
Color information
#354635 (or 0x354635) is known color: Timber Green. HEX triplet: 35, 46 and 35. RGB value is (53,70,53). Sum of RGB (Red+Green+Blue) = 53+70+53=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #354635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354635 is #CAB9CA. Grayscale: #3F3F3F. Windows color (decimal): -13285835 or 3491381. OLE color: 3491381.
HSL color Cylindrical-coordinate representation of color #354635: hue angle of 120º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354635 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 53 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.73 |
| HSL | 120º | 0.14% | 0.24% | - |
| HSV(B) | 120º | 0.24% | 0.27% | - |
| XYZ | 4.3 | 5.39 | 4.18 | - |
| YUV | 62.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 53 | 0.24 | 0 | 0.24 | 0.73 | 120 | 0.14 | 0.24 |
| Hex | 35 | 46 | 35 | 18 | 0 | 18 | 49 | 78 | E | 18 |
| Octal | 65 | 106 | 65 | 30 | 0 | 30 | 111 | 170 | 16 | 30 |
| Binary | 110101 | 1000110 | 110101 | 11000 | 0 | 11000 | 1001001 | 1111000 | 1110 | 11000 |
Color Harmonies of #354635
Complementary color
Monochromatic Colors of #354635
Black with #354635
Text Example
Text Example
White with #354635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354635; }
p { color: rgb(53,70,53); }
H1.HeaderClassName
{
color: #354635;
}
.AnyTagClassName
{
color: #354635;
}
</style>
background-color css
<style>
a { background-color: #354635; }
a { background-color: rgb(53,70,53); }
div.DivClassName
{
background-color: #354635;
}
.BgClassName
{
background-color: #354635;
}
</style>
border-color css
<style>
span { border-color: #354635; }
span { border-color: rgb(53,70,53); }
td.TdClassName
{
border-color: #354635;
}
.TagClassName
{
border-color: #354635;
}
</style>