Shades of Timber Green #353A36
Tints of Timber Green #353A36
RGB
CMYK
RGB Variations
Color information
#353A36 (or 0x353A36) is known color: Timber Green. HEX triplet: 35, 3A and 36. RGB value is (53,58,54). Sum of RGB (Red+Green+Blue) = 53+58+54=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #353A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A36 is #CAC5C9. Grayscale: #383838. Windows color (decimal): -13288906 or 3553845. OLE color: 3553845.
HSL color Cylindrical-coordinate representation of color #353A36: hue angle of 132º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353A36 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 58 | 54 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.77 |
| HSL | 132º | 0.05% | 0.22% | - |
| HSV(B) | 132º | 0.09% | 0.23% | - |
| XYZ | 3.65 | 4.05 | 4.08 | - |
| YUV | 56.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 54 | 0.09 | 0 | 0.07 | 0.77 | 132 | 0.05 | 0.22 |
| Hex | 35 | 3A | 36 | 9 | 0 | 7 | 4D | 84 | 5 | 16 |
| Octal | 65 | 72 | 66 | 11 | 0 | 7 | 115 | 204 | 5 | 26 |
| Binary | 110101 | 111010 | 110110 | 1001 | 0 | 111 | 1001101 | 10000100 | 101 | 10110 |
Color Harmonies of #353A36
Complementary color
Monochromatic Colors of #353A36
Black with #353A36
Text Example
Text Example
White with #353A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A36; }
p { color: rgb(53,58,54); }
H1.HeaderClassName
{
color: #353A36;
}
.AnyTagClassName
{
color: #353A36;
}
</style>
background-color css
<style>
a { background-color: #353A36; }
a { background-color: rgb(53,58,54); }
div.DivClassName
{
background-color: #353A36;
}
.BgClassName
{
background-color: #353A36;
}
</style>
border-color css
<style>
span { border-color: #353A36; }
span { border-color: rgb(53,58,54); }
td.TdClassName
{
border-color: #353A36;
}
.TagClassName
{
border-color: #353A36;
}
</style>