Shades of Timber Green #354539
Tints of Timber Green #354539
RGB
CMYK
RGB Variations
Color information
#354539 (or 0x354539) is known color: Timber Green. HEX triplet: 35, 45 and 39. RGB value is (53,69,57). Sum of RGB (Red+Green+Blue) = 53+69+57=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 69 - color contains mainly: green. Hex color #354539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354539 is #CABAC6. Grayscale: #3E3E3E. Windows color (decimal): -13286087 or 3753269. OLE color: 3753269.
HSL color Cylindrical-coordinate representation of color #354539: hue angle of 135º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354539 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 57 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.73 |
| HSL | 135º | 0.13% | 0.24% | - |
| HSV(B) | 135º | 0.23% | 0.27% | - |
| XYZ | 4.33 | 5.31 | 4.67 | - |
| YUV | 62.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 57 | 0.23 | 0 | 0.17 | 0.73 | 135 | 0.13 | 0.24 |
| Hex | 35 | 45 | 39 | 17 | 0 | 11 | 49 | 87 | D | 18 |
| Octal | 65 | 105 | 71 | 27 | 0 | 21 | 111 | 207 | 15 | 30 |
| Binary | 110101 | 1000101 | 111001 | 10111 | 0 | 10001 | 1001001 | 10000111 | 1101 | 11000 |
Color Harmonies of #354539
Complementary color
Monochromatic Colors of #354539
Black with #354539
Text Example
Text Example
White with #354539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354539; }
p { color: rgb(53,69,57); }
H1.HeaderClassName
{
color: #354539;
}
.AnyTagClassName
{
color: #354539;
}
</style>
background-color css
<style>
a { background-color: #354539; }
a { background-color: rgb(53,69,57); }
div.DivClassName
{
background-color: #354539;
}
.BgClassName
{
background-color: #354539;
}
</style>
border-color css
<style>
span { border-color: #354539; }
span { border-color: rgb(53,69,57); }
td.TdClassName
{
border-color: #354539;
}
.TagClassName
{
border-color: #354539;
}
</style>