Shades of Timber Green #344C38
Tints of Timber Green #344C38
RGB
CMYK
RGB Variations
Color information
#344C38 (or 0x344C38) is known color: Timber Green. HEX triplet: 34, 4C and 38. RGB value is (52,76,56). Sum of RGB (Red+Green+Blue) = 52+76+56=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #344C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C38 is #CBB3C7. Grayscale: #424242. Windows color (decimal): -13349832 or 3689524. OLE color: 3689524.
HSL color Cylindrical-coordinate representation of color #344C38: hue angle of 130º 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 #344C38 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 76 | 56 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.70 |
| HSL | 130º | 0.19% | 0.25% | - |
| HSV(B) | 130º | 0.32% | 0.3% | - |
| XYZ | 4.71 | 6.18 | 4.69 | - |
| YUV | 66.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 56 | 0.32 | 0 | 0.26 | 0.70 | 130 | 0.19 | 0.25 |
| Hex | 34 | 4C | 38 | 20 | 0 | 1A | 46 | 82 | 13 | 19 |
| Octal | 64 | 114 | 70 | 40 | 0 | 32 | 106 | 202 | 23 | 31 |
| Binary | 110100 | 1001100 | 111000 | 100000 | 0 | 11010 | 1000110 | 10000010 | 10011 | 11001 |
Color Harmonies of #344C38
Complementary color
Monochromatic Colors of #344C38
Black with #344C38
Text Example
Text Example
White with #344C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C38; }
p { color: rgb(52,76,56); }
H1.HeaderClassName
{
color: #344C38;
}
.AnyTagClassName
{
color: #344C38;
}
</style>
background-color css
<style>
a { background-color: #344C38; }
a { background-color: rgb(52,76,56); }
div.DivClassName
{
background-color: #344C38;
}
.BgClassName
{
background-color: #344C38;
}
</style>
border-color css
<style>
span { border-color: #344C38; }
span { border-color: rgb(52,76,56); }
td.TdClassName
{
border-color: #344C38;
}
.TagClassName
{
border-color: #344C38;
}
</style>