Shades of Timber Green #354338
Tints of Timber Green #354338
RGB
CMYK
RGB Variations
Color information
#354338 (or 0x354338) is known color: Timber Green. HEX triplet: 35, 43 and 38. RGB value is (53,67,56). Sum of RGB (Red+Green+Blue) = 53+67+56=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #354338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354338 is #CABCC7. Grayscale: #3D3D3D. Windows color (decimal): -13286600 or 3687221. OLE color: 3687221.
HSL color Cylindrical-coordinate representation of color #354338: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #354338 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 56 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.74 |
| HSL | 132.86º | 0.12% | 0.24% | - |
| HSV(B) | 132.86º | 0.21% | 0.26% | - |
| XYZ | 4.19 | 5.06 | 4.5 | - |
| YUV | 61.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 56 | 0.21 | 0 | 0.16 | 0.74 | 132.86 | 0.12 | 0.24 |
| Hex | 35 | 43 | 38 | 15 | 0 | 10 | 4A | 85 | C | 18 |
| Octal | 65 | 103 | 70 | 25 | 0 | 20 | 112 | 205 | 14 | 30 |
| Binary | 110101 | 1000011 | 111000 | 10101 | 0 | 10000 | 1001010 | 10000101 | 1100 | 11000 |
Color Harmonies of #354338
Complementary color
Monochromatic Colors of #354338
Black with #354338
Text Example
Text Example
White with #354338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354338; }
p { color: rgb(53,67,56); }
H1.HeaderClassName
{
color: #354338;
}
.AnyTagClassName
{
color: #354338;
}
</style>
background-color css
<style>
a { background-color: #354338; }
a { background-color: rgb(53,67,56); }
div.DivClassName
{
background-color: #354338;
}
.BgClassName
{
background-color: #354338;
}
</style>
border-color css
<style>
span { border-color: #354338; }
span { border-color: rgb(53,67,56); }
td.TdClassName
{
border-color: #354338;
}
.TagClassName
{
border-color: #354338;
}
</style>