Shades of Timber Green #344A38
Tints of Timber Green #344A38
RGB
CMYK
RGB Variations
Color information
#344A38 (or 0x344A38) is known color: Timber Green. HEX triplet: 34, 4A and 38. RGB value is (52,74,56). Sum of RGB (Red+Green+Blue) = 52+74+56=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 74 - color contains mainly: green. Hex color #344A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A38 is #CBB5C7. Grayscale: #414141. Windows color (decimal): -13350344 or 3689012. OLE color: 3689012.
HSL color Cylindrical-coordinate representation of color #344A38: hue angle of 130.91º 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 #344A38 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 74 | 56 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.71 |
| HSL | 130.91º | 0.17% | 0.25% | - |
| HSV(B) | 130.91º | 0.3% | 0.29% | - |
| XYZ | 4.58 | 5.91 | 4.64 | - |
| YUV | 65.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 56 | 0.30 | 0 | 0.24 | 0.71 | 130.91 | 0.17 | 0.25 |
| Hex | 34 | 4A | 38 | 1E | 0 | 18 | 47 | 83 | 11 | 19 |
| Octal | 64 | 112 | 70 | 36 | 0 | 30 | 107 | 203 | 21 | 31 |
| Binary | 110100 | 1001010 | 111000 | 11110 | 0 | 11000 | 1000111 | 10000011 | 10001 | 11001 |
Color Harmonies of #344A38
Complementary color
Monochromatic Colors of #344A38
Black with #344A38
Text Example
Text Example
White with #344A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A38; }
p { color: rgb(52,74,56); }
H1.HeaderClassName
{
color: #344A38;
}
.AnyTagClassName
{
color: #344A38;
}
</style>
background-color css
<style>
a { background-color: #344A38; }
a { background-color: rgb(52,74,56); }
div.DivClassName
{
background-color: #344A38;
}
.BgClassName
{
background-color: #344A38;
}
</style>
border-color css
<style>
span { border-color: #344A38; }
span { border-color: rgb(52,74,56); }
td.TdClassName
{
border-color: #344A38;
}
.TagClassName
{
border-color: #344A38;
}
</style>