Shades of Timber Green #344C36
Tints of Timber Green #344C36
RGB
CMYK
RGB Variations
Color information
#344C36 (or 0x344C36) is known color: Timber Green. HEX triplet: 34, 4C and 36. RGB value is (52,76,54). Sum of RGB (Red+Green+Blue) = 52+76+54=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #344C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C36 is #CBB3C9. Grayscale: #424242. Windows color (decimal): -13349834 or 3558452. OLE color: 3558452.
HSL color Cylindrical-coordinate representation of color #344C36: hue angle of 125º 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 #344C36 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 54 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.70 |
| HSL | 125º | 0.19% | 0.25% | - |
| HSV(B) | 125º | 0.32% | 0.3% | - |
| XYZ | 4.67 | 6.17 | 4.43 | - |
| YUV | 66.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 54 | 0.32 | 0 | 0.29 | 0.70 | 125 | 0.19 | 0.25 |
| Hex | 34 | 4C | 36 | 20 | 0 | 1D | 46 | 7D | 13 | 19 |
| Octal | 64 | 114 | 66 | 40 | 0 | 35 | 106 | 175 | 23 | 31 |
| Binary | 110100 | 1001100 | 110110 | 100000 | 0 | 11101 | 1000110 | 1111101 | 10011 | 11001 |
Color Harmonies of #344C36
Complementary color
Monochromatic Colors of #344C36
Black with #344C36
Text Example
Text Example
White with #344C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C36; }
p { color: rgb(52,76,54); }
H1.HeaderClassName
{
color: #344C36;
}
.AnyTagClassName
{
color: #344C36;
}
</style>
background-color css
<style>
a { background-color: #344C36; }
a { background-color: rgb(52,76,54); }
div.DivClassName
{
background-color: #344C36;
}
.BgClassName
{
background-color: #344C36;
}
</style>
border-color css
<style>
span { border-color: #344C36; }
span { border-color: rgb(52,76,54); }
td.TdClassName
{
border-color: #344C36;
}
.TagClassName
{
border-color: #344C36;
}
</style>