Shades of Timber Green #344238
Tints of Timber Green #344238
RGB
CMYK
RGB Variations
Color information
#344238 (or 0x344238) is known color: Timber Green. HEX triplet: 34, 42 and 38. RGB value is (52,66,56). Sum of RGB (Red+Green+Blue) = 52+66+56=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #344238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344238 is #CBBDC7. Grayscale: #3C3C3C. Windows color (decimal): -13352392 or 3686964. OLE color: 3686964.
HSL color Cylindrical-coordinate representation of color #344238: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344238 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 56 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.74 |
| HSL | 137.14º | 0.12% | 0.23% | - |
| HSV(B) | 137.14º | 0.21% | 0.26% | - |
| XYZ | 4.08 | 4.91 | 4.47 | - |
| YUV | 60.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 56 | 0.21 | 0 | 0.15 | 0.74 | 137.14 | 0.12 | 0.23 |
| Hex | 34 | 42 | 38 | 15 | 0 | F | 4A | 89 | C | 17 |
| Octal | 64 | 102 | 70 | 25 | 0 | 17 | 112 | 211 | 14 | 27 |
| Binary | 110100 | 1000010 | 111000 | 10101 | 0 | 1111 | 1001010 | 10001001 | 1100 | 10111 |
Color Harmonies of #344238
Complementary color
Monochromatic Colors of #344238
Black with #344238
Text Example
Text Example
White with #344238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344238; }
p { color: rgb(52,66,56); }
H1.HeaderClassName
{
color: #344238;
}
.AnyTagClassName
{
color: #344238;
}
</style>
background-color css
<style>
a { background-color: #344238; }
a { background-color: rgb(52,66,56); }
div.DivClassName
{
background-color: #344238;
}
.BgClassName
{
background-color: #344238;
}
</style>
border-color css
<style>
span { border-color: #344238; }
span { border-color: rgb(52,66,56); }
td.TdClassName
{
border-color: #344238;
}
.TagClassName
{
border-color: #344238;
}
</style>