Shades of Timber Green #353F38
Tints of Timber Green #353F38
RGB
CMYK
RGB Variations
Color information
#353F38 (or 0x353F38) is known color: Timber Green. HEX triplet: 35, 3F and 38. RGB value is (53,63,56). Sum of RGB (Red+Green+Blue) = 53+63+56=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 63 - color contains mainly: green. Hex color #353F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F38 is #CAC0C7. Grayscale: #3B3B3B. Windows color (decimal): -13287624 or 3686197. OLE color: 3686197.
HSL color Cylindrical-coordinate representation of color #353F38: hue angle of 138º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #353F38 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 56 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.75 |
| HSL | 138º | 0.09% | 0.23% | - |
| HSV(B) | 138º | 0.16% | 0.25% | - |
| XYZ | 3.96 | 4.6 | 4.42 | - |
| YUV | 59.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 56 | 0.16 | 0 | 0.11 | 0.75 | 138 | 0.09 | 0.23 |
| Hex | 35 | 3F | 38 | 10 | 0 | B | 4B | 8A | 9 | 17 |
| Octal | 65 | 77 | 70 | 20 | 0 | 13 | 113 | 212 | 11 | 27 |
| Binary | 110101 | 111111 | 111000 | 10000 | 0 | 1011 | 1001011 | 10001010 | 1001 | 10111 |
Color Harmonies of #353F38
Complementary color
Monochromatic Colors of #353F38
Black with #353F38
Text Example
Text Example
White with #353F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F38; }
p { color: rgb(53,63,56); }
H1.HeaderClassName
{
color: #353F38;
}
.AnyTagClassName
{
color: #353F38;
}
</style>
background-color css
<style>
a { background-color: #353F38; }
a { background-color: rgb(53,63,56); }
div.DivClassName
{
background-color: #353F38;
}
.BgClassName
{
background-color: #353F38;
}
</style>
border-color css
<style>
span { border-color: #353F38; }
span { border-color: rgb(53,63,56); }
td.TdClassName
{
border-color: #353F38;
}
.TagClassName
{
border-color: #353F38;
}
</style>