Shades of Timber Green #354638
Tints of Timber Green #354638
RGB
CMYK
RGB Variations
Color information
#354638 (or 0x354638) is known color: Timber Green. HEX triplet: 35, 46 and 38. RGB value is (53,70,56). Sum of RGB (Red+Green+Blue) = 53+70+56=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #354638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354638 is #CAB9C7. Grayscale: #3F3F3F. Windows color (decimal): -13285832 or 3687989. OLE color: 3687989.
HSL color Cylindrical-coordinate representation of color #354638: hue angle of 130.59º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354638 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 56 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.73 |
| HSL | 130.59º | 0.14% | 0.24% | - |
| HSV(B) | 130.59º | 0.24% | 0.27% | - |
| XYZ | 4.37 | 5.42 | 4.56 | - |
| YUV | 63.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 56 | 0.24 | 0 | 0.20 | 0.73 | 130.59 | 0.14 | 0.24 |
| Hex | 35 | 46 | 38 | 18 | 0 | 14 | 49 | 83 | E | 18 |
| Octal | 65 | 106 | 70 | 30 | 0 | 24 | 111 | 203 | 16 | 30 |
| Binary | 110101 | 1000110 | 111000 | 11000 | 0 | 10100 | 1001001 | 10000011 | 1110 | 11000 |
Color Harmonies of #354638
Complementary color
Monochromatic Colors of #354638
Black with #354638
Text Example
Text Example
White with #354638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354638; }
p { color: rgb(53,70,56); }
H1.HeaderClassName
{
color: #354638;
}
.AnyTagClassName
{
color: #354638;
}
</style>
background-color css
<style>
a { background-color: #354638; }
a { background-color: rgb(53,70,56); }
div.DivClassName
{
background-color: #354638;
}
.BgClassName
{
background-color: #354638;
}
</style>
border-color css
<style>
span { border-color: #354638; }
span { border-color: rgb(53,70,56); }
td.TdClassName
{
border-color: #354638;
}
.TagClassName
{
border-color: #354638;
}
</style>