Shades of Timber Green #354536
Tints of Timber Green #354536
RGB
CMYK
RGB Variations
Color information
#354536 (or 0x354536) is known color: Timber Green. HEX triplet: 35, 45 and 36. RGB value is (53,69,54). Sum of RGB (Red+Green+Blue) = 53+69+54=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #354536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354536 is #CABAC9. Grayscale: #3E3E3E. Windows color (decimal): -13286090 or 3556661. OLE color: 3556661.
HSL color Cylindrical-coordinate representation of color #354536: hue angle of 123.75º 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 #354536 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 54 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.73 |
| HSL | 123.75º | 0.13% | 0.24% | - |
| HSV(B) | 123.75º | 0.23% | 0.27% | - |
| XYZ | 4.26 | 5.28 | 4.28 | - |
| YUV | 62.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 54 | 0.23 | 0 | 0.22 | 0.73 | 123.75 | 0.13 | 0.24 |
| Hex | 35 | 45 | 36 | 17 | 0 | 16 | 49 | 7C | D | 18 |
| Octal | 65 | 105 | 66 | 27 | 0 | 26 | 111 | 174 | 15 | 30 |
| Binary | 110101 | 1000101 | 110110 | 10111 | 0 | 10110 | 1001001 | 1111100 | 1101 | 11000 |
Color Harmonies of #354536
Complementary color
Monochromatic Colors of #354536
Black with #354536
Text Example
Text Example
White with #354536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354536; }
p { color: rgb(53,69,54); }
H1.HeaderClassName
{
color: #354536;
}
.AnyTagClassName
{
color: #354536;
}
</style>
background-color css
<style>
a { background-color: #354536; }
a { background-color: rgb(53,69,54); }
div.DivClassName
{
background-color: #354536;
}
.BgClassName
{
background-color: #354536;
}
</style>
border-color css
<style>
span { border-color: #354536; }
span { border-color: rgb(53,69,54); }
td.TdClassName
{
border-color: #354536;
}
.TagClassName
{
border-color: #354536;
}
</style>