Shades of Timber Green #344437
Tints of Timber Green #344437
RGB
CMYK
RGB Variations
Color information
#344437 (or 0x344437) is known color: Timber Green. HEX triplet: 34, 44 and 37. RGB value is (52,68,55). Sum of RGB (Red+Green+Blue) = 52+68+55=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #344437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344437 is #CBBBC8. Grayscale: #3D3D3D. Windows color (decimal): -13351881 or 3621940. OLE color: 3621940.
HSL color Cylindrical-coordinate representation of color #344437: hue angle of 131.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344437 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 55 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.73 |
| HSL | 131.25º | 0.13% | 0.24% | - |
| HSV(B) | 131.25º | 0.24% | 0.27% | - |
| XYZ | 4.17 | 5.14 | 4.39 | - |
| YUV | 61.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 55 | 0.24 | 0 | 0.19 | 0.73 | 131.25 | 0.13 | 0.24 |
| Hex | 34 | 44 | 37 | 18 | 0 | 13 | 49 | 83 | D | 18 |
| Octal | 64 | 104 | 67 | 30 | 0 | 23 | 111 | 203 | 15 | 30 |
| Binary | 110100 | 1000100 | 110111 | 11000 | 0 | 10011 | 1001001 | 10000011 | 1101 | 11000 |
Color Harmonies of #344437
Complementary color
Monochromatic Colors of #344437
Black with #344437
Text Example
Text Example
White with #344437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344437; }
p { color: rgb(52,68,55); }
H1.HeaderClassName
{
color: #344437;
}
.AnyTagClassName
{
color: #344437;
}
</style>
background-color css
<style>
a { background-color: #344437; }
a { background-color: rgb(52,68,55); }
div.DivClassName
{
background-color: #344437;
}
.BgClassName
{
background-color: #344437;
}
</style>
border-color css
<style>
span { border-color: #344437; }
span { border-color: rgb(52,68,55); }
td.TdClassName
{
border-color: #344437;
}
.TagClassName
{
border-color: #344437;
}
</style>