Shades of Timber Green #344A34
Tints of Timber Green #344A34
RGB
CMYK
RGB Variations
Color information
#344A34 (or 0x344A34) is known color: Timber Green. HEX triplet: 34, 4A and 34. RGB value is (52,74,52). Sum of RGB (Red+Green+Blue) = 52+74+52=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #344A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A34 is #CBB5CB. Grayscale: #404040. Windows color (decimal): -13350348 or 3426868. OLE color: 3426868.
HSL color Cylindrical-coordinate representation of color #344A34: hue angle of 120º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A34 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 52 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.71 |
| HSL | 120º | 0.17% | 0.25% | - |
| HSV(B) | 120º | 0.3% | 0.29% | - |
| XYZ | 4.48 | 5.88 | 4.15 | - |
| YUV | 64.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 52 | 0.30 | 0 | 0.30 | 0.71 | 120 | 0.17 | 0.25 |
| Hex | 34 | 4A | 34 | 1E | 0 | 1E | 47 | 78 | 11 | 19 |
| Octal | 64 | 112 | 64 | 36 | 0 | 36 | 107 | 170 | 21 | 31 |
| Binary | 110100 | 1001010 | 110100 | 11110 | 0 | 11110 | 1000111 | 1111000 | 10001 | 11001 |
Color Harmonies of #344A34
Complementary color
Monochromatic Colors of #344A34
Black with #344A34
Text Example
Text Example
White with #344A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A34; }
p { color: rgb(52,74,52); }
H1.HeaderClassName
{
color: #344A34;
}
.AnyTagClassName
{
color: #344A34;
}
</style>
background-color css
<style>
a { background-color: #344A34; }
a { background-color: rgb(52,74,52); }
div.DivClassName
{
background-color: #344A34;
}
.BgClassName
{
background-color: #344A34;
}
</style>
border-color css
<style>
span { border-color: #344A34; }
span { border-color: rgb(52,74,52); }
td.TdClassName
{
border-color: #344A34;
}
.TagClassName
{
border-color: #344A34;
}
</style>