Shades of Timber Green #353935
Tints of Timber Green #353935
RGB
CMYK
RGB Variations
Color information
#353935 (or 0x353935) is known color: Timber Green. HEX triplet: 35, 39 and 35. RGB value is (53,57,53). Sum of RGB (Red+Green+Blue) = 53+57+53=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 57 - color contains mainly: green. Hex color #353935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353935 is #CAC6CA. Grayscale: #373737. Windows color (decimal): -13289163 or 3488053. OLE color: 3488053.
HSL color Cylindrical-coordinate representation of color #353935: hue angle of 120º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #353935 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 53 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.78 |
| HSL | 120º | 0.04% | 0.22% | - |
| HSV(B) | 120º | 0.07% | 0.22% | - |
| XYZ | 3.57 | 3.94 | 3.94 | - |
| YUV | 55.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 53 | 0.07 | 0 | 0.07 | 0.78 | 120 | 0.04 | 0.22 |
| Hex | 35 | 39 | 35 | 7 | 0 | 7 | 4E | 78 | 4 | 16 |
| Octal | 65 | 71 | 65 | 7 | 0 | 7 | 116 | 170 | 4 | 26 |
| Binary | 110101 | 111001 | 110101 | 111 | 0 | 111 | 1001110 | 1111000 | 100 | 10110 |
Color Harmonies of #353935
Complementary color
Monochromatic Colors of #353935
Black with #353935
Text Example
Text Example
White with #353935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353935; }
p { color: rgb(53,57,53); }
H1.HeaderClassName
{
color: #353935;
}
.AnyTagClassName
{
color: #353935;
}
</style>
background-color css
<style>
a { background-color: #353935; }
a { background-color: rgb(53,57,53); }
div.DivClassName
{
background-color: #353935;
}
.BgClassName
{
background-color: #353935;
}
</style>
border-color css
<style>
span { border-color: #353935; }
span { border-color: rgb(53,57,53); }
td.TdClassName
{
border-color: #353935;
}
.TagClassName
{
border-color: #353935;
}
</style>