Shades of Timber Green #344A39
Tints of Timber Green #344A39
RGB
CMYK
RGB Variations
Color information
#344A39 (or 0x344A39) is known color: Timber Green. HEX triplet: 34, 4A and 39. RGB value is (52,74,57). Sum of RGB (Red+Green+Blue) = 52+74+57=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 74 - color contains mainly: green. Hex color #344A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A39 is #CBB5C6. Grayscale: #414141. Windows color (decimal): -13350343 or 3754548. OLE color: 3754548.
HSL color Cylindrical-coordinate representation of color #344A39: hue angle of 133.64º 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 #344A39 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 57 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.71 |
| HSL | 133.64º | 0.17% | 0.25% | - |
| HSV(B) | 133.64º | 0.3% | 0.29% | - |
| XYZ | 4.6 | 5.92 | 4.77 | - |
| YUV | 65.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 57 | 0.30 | 0 | 0.23 | 0.71 | 133.64 | 0.17 | 0.25 |
| Hex | 34 | 4A | 39 | 1E | 0 | 17 | 47 | 86 | 11 | 19 |
| Octal | 64 | 112 | 71 | 36 | 0 | 27 | 107 | 206 | 21 | 31 |
| Binary | 110100 | 1001010 | 111001 | 11110 | 0 | 10111 | 1000111 | 10000110 | 10001 | 11001 |
Color Harmonies of #344A39
Complementary color
Monochromatic Colors of #344A39
Black with #344A39
Text Example
Text Example
White with #344A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A39; }
p { color: rgb(52,74,57); }
H1.HeaderClassName
{
color: #344A39;
}
.AnyTagClassName
{
color: #344A39;
}
</style>
background-color css
<style>
a { background-color: #344A39; }
a { background-color: rgb(52,74,57); }
div.DivClassName
{
background-color: #344A39;
}
.BgClassName
{
background-color: #344A39;
}
</style>
border-color css
<style>
span { border-color: #344A39; }
span { border-color: rgb(52,74,57); }
td.TdClassName
{
border-color: #344A39;
}
.TagClassName
{
border-color: #344A39;
}
</style>