Shades of Timber Green #334D36
Tints of Timber Green #334D36
RGB
CMYK
RGB Variations
Color information
#334D36 (or 0x334D36) is known color: Timber Green. HEX triplet: 33, 4D and 36. RGB value is (51,77,54). Sum of RGB (Red+Green+Blue) = 51+77+54=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #334D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D36 is #CCB2C9. Grayscale: #424242. Windows color (decimal): -13415114 or 3558707. OLE color: 3558707.
HSL color Cylindrical-coordinate representation of color #334D36: hue angle of 126.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #334D36 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 54 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.70 |
| HSL | 126.92º | 0.2% | 0.25% | - |
| HSV(B) | 126.92º | 0.34% | 0.3% | - |
| XYZ | 4.68 | 6.28 | 4.45 | - |
| YUV | 66.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 54 | 0.34 | 0 | 0.30 | 0.70 | 126.92 | 0.2 | 0.25 |
| Hex | 33 | 4D | 36 | 22 | 0 | 1E | 46 | 7F | 14 | 19 |
| Octal | 63 | 115 | 66 | 42 | 0 | 36 | 106 | 177 | 24 | 31 |
| Binary | 110011 | 1001101 | 110110 | 100010 | 0 | 11110 | 1000110 | 1111111 | 10100 | 11001 |
Color Harmonies of #334D36
Complementary color
Monochromatic Colors of #334D36
Black with #334D36
Text Example
Text Example
White with #334D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D36; }
p { color: rgb(51,77,54); }
H1.HeaderClassName
{
color: #334D36;
}
.AnyTagClassName
{
color: #334D36;
}
</style>
background-color css
<style>
a { background-color: #334D36; }
a { background-color: rgb(51,77,54); }
div.DivClassName
{
background-color: #334D36;
}
.BgClassName
{
background-color: #334D36;
}
</style>
border-color css
<style>
span { border-color: #334D36; }
span { border-color: rgb(51,77,54); }
td.TdClassName
{
border-color: #334D36;
}
.TagClassName
{
border-color: #334D36;
}
</style>