Shades of Timber Green #344334
Tints of Timber Green #344334
RGB
CMYK
RGB Variations
Color information
#344334 (or 0x344334) is known color: Timber Green. HEX triplet: 34, 43 and 34. RGB value is (52,67,52). Sum of RGB (Red+Green+Blue) = 52+67+52=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #344334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344334 is #CBBCCB. Grayscale: #3C3C3C. Windows color (decimal): -13352140 or 3425076. OLE color: 3425076.
HSL color Cylindrical-coordinate representation of color #344334: hue angle of 120º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #344334 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 52 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.74 |
| HSL | 120º | 0.13% | 0.23% | - |
| HSV(B) | 120º | 0.22% | 0.26% | - |
| XYZ | 4.04 | 4.99 | 4 | - |
| YUV | 60.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 52 | 0.22 | 0 | 0.22 | 0.74 | 120 | 0.13 | 0.23 |
| Hex | 34 | 43 | 34 | 16 | 0 | 16 | 4A | 78 | D | 17 |
| Octal | 64 | 103 | 64 | 26 | 0 | 26 | 112 | 170 | 15 | 27 |
| Binary | 110100 | 1000011 | 110100 | 10110 | 0 | 10110 | 1001010 | 1111000 | 1101 | 10111 |
Color Harmonies of #344334
Complementary color
Monochromatic Colors of #344334
Black with #344334
Text Example
Text Example
White with #344334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344334; }
p { color: rgb(52,67,52); }
H1.HeaderClassName
{
color: #344334;
}
.AnyTagClassName
{
color: #344334;
}
</style>
background-color css
<style>
a { background-color: #344334; }
a { background-color: rgb(52,67,52); }
div.DivClassName
{
background-color: #344334;
}
.BgClassName
{
background-color: #344334;
}
</style>
border-color css
<style>
span { border-color: #344334; }
span { border-color: rgb(52,67,52); }
td.TdClassName
{
border-color: #344334;
}
.TagClassName
{
border-color: #344334;
}
</style>