Shades of Timber Green #334134
Tints of Timber Green #334134
RGB
CMYK
RGB Variations
Color information
#334134 (or 0x334134) is known color: Timber Green. HEX triplet: 33, 41 and 34. RGB value is (51,65,52). Sum of RGB (Red+Green+Blue) = 51+65+52=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #334134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334134 is #CCBECB. Grayscale: #3B3B3B. Windows color (decimal): -13418188 or 3424563. OLE color: 3424563.
HSL color Cylindrical-coordinate representation of color #334134: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #334134 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 52 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.75 |
| HSL | 124.29º | 0.12% | 0.23% | - |
| HSV(B) | 124.29º | 0.22% | 0.25% | - |
| XYZ | 3.88 | 4.73 | 3.96 | - |
| YUV | 59.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 52 | 0.22 | 0 | 0.20 | 0.75 | 124.29 | 0.12 | 0.23 |
| Hex | 33 | 41 | 34 | 16 | 0 | 14 | 4B | 7C | C | 17 |
| Octal | 63 | 101 | 64 | 26 | 0 | 24 | 113 | 174 | 14 | 27 |
| Binary | 110011 | 1000001 | 110100 | 10110 | 0 | 10100 | 1001011 | 1111100 | 1100 | 10111 |
Color Harmonies of #334134
Complementary color
Monochromatic Colors of #334134
Black with #334134
Text Example
Text Example
White with #334134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334134; }
p { color: rgb(51,65,52); }
H1.HeaderClassName
{
color: #334134;
}
.AnyTagClassName
{
color: #334134;
}
</style>
background-color css
<style>
a { background-color: #334134; }
a { background-color: rgb(51,65,52); }
div.DivClassName
{
background-color: #334134;
}
.BgClassName
{
background-color: #334134;
}
</style>
border-color css
<style>
span { border-color: #334134; }
span { border-color: rgb(51,65,52); }
td.TdClassName
{
border-color: #334134;
}
.TagClassName
{
border-color: #334134;
}
</style>