Shades of Timber Green #334234
Tints of Timber Green #334234
RGB
CMYK
RGB Variations
Color information
#334234 (or 0x334234) is known color: Timber Green. HEX triplet: 33, 42 and 34. RGB value is (51,66,52). Sum of RGB (Red+Green+Blue) = 51+66+52=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #334234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334234 is #CCBDCB. Grayscale: #3B3B3B. Windows color (decimal): -13417932 or 3424819. OLE color: 3424819.
HSL color Cylindrical-coordinate representation of color #334234: hue angle of 124º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #334234 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 52 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.74 |
| HSL | 124º | 0.13% | 0.23% | - |
| HSV(B) | 124º | 0.23% | 0.26% | - |
| XYZ | 3.93 | 4.85 | 3.98 | - |
| YUV | 59.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 52 | 0.23 | 0 | 0.21 | 0.74 | 124 | 0.13 | 0.23 |
| Hex | 33 | 42 | 34 | 17 | 0 | 15 | 4A | 7C | D | 17 |
| Octal | 63 | 102 | 64 | 27 | 0 | 25 | 112 | 174 | 15 | 27 |
| Binary | 110011 | 1000010 | 110100 | 10111 | 0 | 10101 | 1001010 | 1111100 | 1101 | 10111 |
Color Harmonies of #334234
Complementary color
Monochromatic Colors of #334234
Black with #334234
Text Example
Text Example
White with #334234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334234; }
p { color: rgb(51,66,52); }
H1.HeaderClassName
{
color: #334234;
}
.AnyTagClassName
{
color: #334234;
}
</style>
background-color css
<style>
a { background-color: #334234; }
a { background-color: rgb(51,66,52); }
div.DivClassName
{
background-color: #334234;
}
.BgClassName
{
background-color: #334234;
}
</style>
border-color css
<style>
span { border-color: #334234; }
span { border-color: rgb(51,66,52); }
td.TdClassName
{
border-color: #334234;
}
.TagClassName
{
border-color: #334234;
}
</style>