Shades of Timber Green #344C39
Tints of Timber Green #344C39
RGB
CMYK
RGB Variations
Color information
#344C39 (or 0x344C39) is known color: Timber Green. HEX triplet: 34, 4C and 39. RGB value is (52,76,57). Sum of RGB (Red+Green+Blue) = 52+76+57=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #344C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C39 is #CBB3C6. Grayscale: #424242. Windows color (decimal): -13349831 or 3755060. OLE color: 3755060.
HSL color Cylindrical-coordinate representation of color #344C39: hue angle of 132.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344C39 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 57 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.70 |
| HSL | 132.5º | 0.19% | 0.25% | - |
| HSV(B) | 132.5º | 0.32% | 0.3% | - |
| XYZ | 4.74 | 6.19 | 4.82 | - |
| YUV | 66.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 57 | 0.32 | 0 | 0.25 | 0.70 | 132.5 | 0.19 | 0.25 |
| Hex | 34 | 4C | 39 | 20 | 0 | 19 | 46 | 84 | 13 | 19 |
| Octal | 64 | 114 | 71 | 40 | 0 | 31 | 106 | 204 | 23 | 31 |
| Binary | 110100 | 1001100 | 111001 | 100000 | 0 | 11001 | 1000110 | 10000100 | 10011 | 11001 |
Color Harmonies of #344C39
Complementary color
Monochromatic Colors of #344C39
Black with #344C39
Text Example
Text Example
White with #344C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C39; }
p { color: rgb(52,76,57); }
H1.HeaderClassName
{
color: #344C39;
}
.AnyTagClassName
{
color: #344C39;
}
</style>
background-color css
<style>
a { background-color: #344C39; }
a { background-color: rgb(52,76,57); }
div.DivClassName
{
background-color: #344C39;
}
.BgClassName
{
background-color: #344C39;
}
</style>
border-color css
<style>
span { border-color: #344C39; }
span { border-color: rgb(52,76,57); }
td.TdClassName
{
border-color: #344C39;
}
.TagClassName
{
border-color: #344C39;
}
</style>