Shades of Timber Green #353B36
Tints of Timber Green #353B36
RGB
CMYK
RGB Variations
Color information
#353B36 (or 0x353B36) is known color: Timber Green. HEX triplet: 35, 3B and 36. RGB value is (53,59,54). Sum of RGB (Red+Green+Blue) = 53+59+54=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 59 - color contains mainly: green. Hex color #353B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B36 is #CAC4C9. Grayscale: #383838. Windows color (decimal): -13288650 or 3554101. OLE color: 3554101.
HSL color Cylindrical-coordinate representation of color #353B36: hue angle of 130º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #353B36 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 54 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.77 |
| HSL | 130º | 0.05% | 0.22% | - |
| HSV(B) | 130º | 0.1% | 0.23% | - |
| XYZ | 3.7 | 4.15 | 4.1 | - |
| YUV | 56.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 54 | 0.10 | 0 | 0.08 | 0.77 | 130 | 0.05 | 0.22 |
| Hex | 35 | 3B | 36 | A | 0 | 8 | 4D | 82 | 5 | 16 |
| Octal | 65 | 73 | 66 | 12 | 0 | 10 | 115 | 202 | 5 | 26 |
| Binary | 110101 | 111011 | 110110 | 1010 | 0 | 1000 | 1001101 | 10000010 | 101 | 10110 |
Color Harmonies of #353B36
Complementary color
Monochromatic Colors of #353B36
Black with #353B36
Text Example
Text Example
White with #353B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B36; }
p { color: rgb(53,59,54); }
H1.HeaderClassName
{
color: #353B36;
}
.AnyTagClassName
{
color: #353B36;
}
</style>
background-color css
<style>
a { background-color: #353B36; }
a { background-color: rgb(53,59,54); }
div.DivClassName
{
background-color: #353B36;
}
.BgClassName
{
background-color: #353B36;
}
</style>
border-color css
<style>
span { border-color: #353B36; }
span { border-color: rgb(53,59,54); }
td.TdClassName
{
border-color: #353B36;
}
.TagClassName
{
border-color: #353B36;
}
</style>