Shades of Timber Green #334C37
Tints of Timber Green #334C37
RGB
CMYK
RGB Variations
Color information
#334C37 (or 0x334C37) is known color: Timber Green. HEX triplet: 33, 4C and 37. RGB value is (51,76,55). Sum of RGB (Red+Green+Blue) = 51+76+55=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #334C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C37 is #CCB3C8. Grayscale: #424242. Windows color (decimal): -13415369 or 3623987. OLE color: 3623987.
HSL color Cylindrical-coordinate representation of color #334C37: hue angle of 129.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C37 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 55 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.70 |
| HSL | 129.6º | 0.2% | 0.25% | - |
| HSV(B) | 129.6º | 0.33% | 0.3% | - |
| XYZ | 4.64 | 6.15 | 4.56 | - |
| YUV | 66.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 55 | 0.33 | 0 | 0.28 | 0.70 | 129.6 | 0.2 | 0.25 |
| Hex | 33 | 4C | 37 | 21 | 0 | 1C | 46 | 82 | 14 | 19 |
| Octal | 63 | 114 | 67 | 41 | 0 | 34 | 106 | 202 | 24 | 31 |
| Binary | 110011 | 1001100 | 110111 | 100001 | 0 | 11100 | 1000110 | 10000010 | 10100 | 11001 |
Color Harmonies of #334C37
Complementary color
Monochromatic Colors of #334C37
Black with #334C37
Text Example
Text Example
White with #334C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C37; }
p { color: rgb(51,76,55); }
H1.HeaderClassName
{
color: #334C37;
}
.AnyTagClassName
{
color: #334C37;
}
</style>
background-color css
<style>
a { background-color: #334C37; }
a { background-color: rgb(51,76,55); }
div.DivClassName
{
background-color: #334C37;
}
.BgClassName
{
background-color: #334C37;
}
</style>
border-color css
<style>
span { border-color: #334C37; }
span { border-color: rgb(51,76,55); }
td.TdClassName
{
border-color: #334C37;
}
.TagClassName
{
border-color: #334C37;
}
</style>