Shades of Timber Green #353D38
Tints of Timber Green #353D38
RGB
CMYK
RGB Variations
Color information
#353D38 (or 0x353D38) is known color: Timber Green. HEX triplet: 35, 3D and 38. RGB value is (53,61,56). Sum of RGB (Red+Green+Blue) = 53+61+56=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 61 - color contains mainly: green. Hex color #353D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D38 is #CAC2C7. Grayscale: #3A3A3A. Windows color (decimal): -13288136 or 3685685. OLE color: 3685685.
HSL color Cylindrical-coordinate representation of color #353D38: hue angle of 142.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #353D38 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
RGB | 53 | 61 | 56 | - |
CMYK | 0.13 | 0 | 0.08 | 0.76 |
HSL | 142.5º | 0.07% | 0.22% | - |
HSV(B) | 142.5º | 0.13% | 0.24% | - |
XYZ | 3.85 | 4.38 | 4.38 | - |
YUV | 58.04 | 126.85 | 124.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 61 | 56 | 0.13 | 0 | 0.08 | 0.76 | 142.5 | 0.07 | 0.22 |
Hex | 35 | 3D | 38 | D | 0 | 8 | 4C | 8E | 7 | 16 |
Octal | 65 | 75 | 70 | 15 | 0 | 10 | 114 | 216 | 7 | 26 |
Binary | 110101 | 111101 | 111000 | 1101 | 0 | 1000 | 1001100 | 10001110 | 111 | 10110 |
Color Harmonies of #353D38
Complementary color
Monochromatic Colors of #353D38
Black with #353D38
Text Example
Text Example
White with #353D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D38; }
p { color: rgb(53,61,56); }
H1.HeaderClassName
{
color: #353D38;
}
.AnyTagClassName
{
color: #353D38;
}
</style>
background-color css
<style>
a { background-color: #353D38; }
a { background-color: rgb(53,61,56); }
div.DivClassName
{
background-color: #353D38;
}
.BgClassName
{
background-color: #353D38;
}
</style>
border-color css
<style>
span { border-color: #353D38; }
span { border-color: rgb(53,61,56); }
td.TdClassName
{
border-color: #353D38;
}
.TagClassName
{
border-color: #353D38;
}
</style>