Shades of Timber Green #353D36
Tints of Timber Green #353D36
RGB
CMYK
RGB Variations
Color information
#353D36 (or 0x353D36) is known color: Timber Green. HEX triplet: 35, 3D and 36. RGB value is (53,61,54). Sum of RGB (Red+Green+Blue) = 53+61+54=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #353D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D36 is #CAC2C9. Grayscale: #393939. Windows color (decimal): -13288138 or 3554613. OLE color: 3554613.
HSL color Cylindrical-coordinate representation of color #353D36: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353D36 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 54 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.76 |
| HSL | 127.5º | 0.07% | 0.22% | - |
| HSV(B) | 127.5º | 0.13% | 0.24% | - |
| XYZ | 3.8 | 4.36 | 4.13 | - |
| YUV | 57.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 54 | 0.13 | 0 | 0.11 | 0.76 | 127.5 | 0.07 | 0.22 |
| Hex | 35 | 3D | 36 | D | 0 | B | 4C | 80 | 7 | 16 |
| Octal | 65 | 75 | 66 | 15 | 0 | 13 | 114 | 200 | 7 | 26 |
| Binary | 110101 | 111101 | 110110 | 1101 | 0 | 1011 | 1001100 | 10000000 | 111 | 10110 |
Color Harmonies of #353D36
Complementary color
Monochromatic Colors of #353D36
Black with #353D36
Text Example
Text Example
White with #353D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D36; }
p { color: rgb(53,61,54); }
H1.HeaderClassName
{
color: #353D36;
}
.AnyTagClassName
{
color: #353D36;
}
</style>
background-color css
<style>
a { background-color: #353D36; }
a { background-color: rgb(53,61,54); }
div.DivClassName
{
background-color: #353D36;
}
.BgClassName
{
background-color: #353D36;
}
</style>
border-color css
<style>
span { border-color: #353D36; }
span { border-color: rgb(53,61,54); }
td.TdClassName
{
border-color: #353D36;
}
.TagClassName
{
border-color: #353D36;
}
</style>