Shades of Timber Green #353A35
Tints of Timber Green #353A35
RGB
CMYK
RGB Variations
Color information
#353A35 (or 0x353A35) is known color: Timber Green. HEX triplet: 35, 3A and 35. RGB value is (53,58,53). Sum of RGB (Red+Green+Blue) = 53+58+53=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 58 - color contains mainly: green. Hex color #353A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A35 is #CAC5CA. Grayscale: #373737. Windows color (decimal): -13288907 or 3488309. OLE color: 3488309.
HSL color Cylindrical-coordinate representation of color #353A35: hue angle of 120º 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 #353A35 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
RGB | 53 | 58 | 53 | - |
CMYK | 0.09 | 0 | 0.09 | 0.77 |
HSL | 120º | 0.05% | 0.22% | - |
HSV(B) | 120º | 0.09% | 0.23% | - |
XYZ | 3.62 | 4.04 | 3.96 | - |
YUV | 55.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 58 | 53 | 0.09 | 0 | 0.09 | 0.77 | 120 | 0.05 | 0.22 |
Hex | 35 | 3A | 35 | 9 | 0 | 9 | 4D | 78 | 5 | 16 |
Octal | 65 | 72 | 65 | 11 | 0 | 11 | 115 | 170 | 5 | 26 |
Binary | 110101 | 111010 | 110101 | 1001 | 0 | 1001 | 1001101 | 1111000 | 101 | 10110 |
Color Harmonies of #353A35
Complementary color
Monochromatic Colors of #353A35
Black with #353A35
Text Example
Text Example
White with #353A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A35; }
p { color: rgb(53,58,53); }
H1.HeaderClassName
{
color: #353A35;
}
.AnyTagClassName
{
color: #353A35;
}
</style>
background-color css
<style>
a { background-color: #353A35; }
a { background-color: rgb(53,58,53); }
div.DivClassName
{
background-color: #353A35;
}
.BgClassName
{
background-color: #353A35;
}
</style>
border-color css
<style>
span { border-color: #353A35; }
span { border-color: rgb(53,58,53); }
td.TdClassName
{
border-color: #353A35;
}
.TagClassName
{
border-color: #353A35;
}
</style>