Shades of Timber Green #354135
Tints of Timber Green #354135
RGB
CMYK
RGB Variations
Color information
#354135 (or 0x354135) is known color: Timber Green. HEX triplet: 35, 41 and 35. RGB value is (53,65,53). Sum of RGB (Red+Green+Blue) = 53+65+53=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #354135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354135 is #CABECA. Grayscale: #3C3C3C. Windows color (decimal): -13287115 or 3490101. OLE color: 3490101.
HSL color Cylindrical-coordinate representation of color #354135: hue angle of 120º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #354135 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 53 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.75 |
| HSL | 120º | 0.1% | 0.23% | - |
| HSV(B) | 120º | 0.18% | 0.25% | - |
| XYZ | 4 | 4.79 | 4.08 | - |
| YUV | 60.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 53 | 0.18 | 0 | 0.18 | 0.75 | 120 | 0.1 | 0.23 |
| Hex | 35 | 41 | 35 | 12 | 0 | 12 | 4B | 78 | A | 17 |
| Octal | 65 | 101 | 65 | 22 | 0 | 22 | 113 | 170 | 12 | 27 |
| Binary | 110101 | 1000001 | 110101 | 10010 | 0 | 10010 | 1001011 | 1111000 | 1010 | 10111 |
Color Harmonies of #354135
Complementary color
Monochromatic Colors of #354135
Black with #354135
Text Example
Text Example
White with #354135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354135; }
p { color: rgb(53,65,53); }
H1.HeaderClassName
{
color: #354135;
}
.AnyTagClassName
{
color: #354135;
}
</style>
background-color css
<style>
a { background-color: #354135; }
a { background-color: rgb(53,65,53); }
div.DivClassName
{
background-color: #354135;
}
.BgClassName
{
background-color: #354135;
}
</style>
border-color css
<style>
span { border-color: #354135; }
span { border-color: rgb(53,65,53); }
td.TdClassName
{
border-color: #354135;
}
.TagClassName
{
border-color: #354135;
}
</style>