Shades of Timber Green #353C36
Tints of Timber Green #353C36
RGB
CMYK
RGB Variations
Color information
#353C36 (or 0x353C36) is known color: Timber Green. HEX triplet: 35, 3C and 36. RGB value is (53,60,54). Sum of RGB (Red+Green+Blue) = 53+60+54=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 60 - color contains mainly: green. Hex color #353C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C36 is #CAC3C9. Grayscale: #393939. Windows color (decimal): -13288394 or 3554357. OLE color: 3554357.
HSL color Cylindrical-coordinate representation of color #353C36: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #353C36 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 54 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.76 |
| HSL | 128.57º | 0.06% | 0.22% | - |
| HSV(B) | 128.57º | 0.12% | 0.24% | - |
| XYZ | 3.75 | 4.25 | 4.11 | - |
| YUV | 57.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 54 | 0.12 | 0 | 0.10 | 0.76 | 128.57 | 0.06 | 0.22 |
| Hex | 35 | 3C | 36 | C | 0 | A | 4C | 81 | 6 | 16 |
| Octal | 65 | 74 | 66 | 14 | 0 | 12 | 114 | 201 | 6 | 26 |
| Binary | 110101 | 111100 | 110110 | 1100 | 0 | 1010 | 1001100 | 10000001 | 110 | 10110 |
Color Harmonies of #353C36
Complementary color
Monochromatic Colors of #353C36
Black with #353C36
Text Example
Text Example
White with #353C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C36; }
p { color: rgb(53,60,54); }
H1.HeaderClassName
{
color: #353C36;
}
.AnyTagClassName
{
color: #353C36;
}
</style>
background-color css
<style>
a { background-color: #353C36; }
a { background-color: rgb(53,60,54); }
div.DivClassName
{
background-color: #353C36;
}
.BgClassName
{
background-color: #353C36;
}
</style>
border-color css
<style>
span { border-color: #353C36; }
span { border-color: rgb(53,60,54); }
td.TdClassName
{
border-color: #353C36;
}
.TagClassName
{
border-color: #353C36;
}
</style>