Shades of Timber Green #354337
Tints of Timber Green #354337
RGB
CMYK
RGB Variations
Color information
#354337 (or 0x354337) is known color: Timber Green. HEX triplet: 35, 43 and 37. RGB value is (53,67,55). Sum of RGB (Red+Green+Blue) = 53+67+55=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 67 - color contains mainly: green. Hex color #354337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354337 is #CABCC8. Grayscale: #3D3D3D. Windows color (decimal): -13286601 or 3621685. OLE color: 3621685.
HSL color Cylindrical-coordinate representation of color #354337: hue angle of 128.57º 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 #354337 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 55 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.74 |
| HSL | 128.57º | 0.12% | 0.24% | - |
| HSV(B) | 128.57º | 0.21% | 0.26% | - |
| XYZ | 4.16 | 5.05 | 4.37 | - |
| YUV | 61.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 55 | 0.21 | 0 | 0.18 | 0.74 | 128.57 | 0.12 | 0.24 |
| Hex | 35 | 43 | 37 | 15 | 0 | 12 | 4A | 81 | C | 18 |
| Octal | 65 | 103 | 67 | 25 | 0 | 22 | 112 | 201 | 14 | 30 |
| Binary | 110101 | 1000011 | 110111 | 10101 | 0 | 10010 | 1001010 | 10000001 | 1100 | 11000 |
Color Harmonies of #354337
Complementary color
Monochromatic Colors of #354337
Black with #354337
Text Example
Text Example
White with #354337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354337; }
p { color: rgb(53,67,55); }
H1.HeaderClassName
{
color: #354337;
}
.AnyTagClassName
{
color: #354337;
}
</style>
background-color css
<style>
a { background-color: #354337; }
a { background-color: rgb(53,67,55); }
div.DivClassName
{
background-color: #354337;
}
.BgClassName
{
background-color: #354337;
}
</style>
border-color css
<style>
span { border-color: #354337; }
span { border-color: rgb(53,67,55); }
td.TdClassName
{
border-color: #354337;
}
.TagClassName
{
border-color: #354337;
}
</style>