Shades of Timber Green #343E37
Tints of Timber Green #343E37
RGB
CMYK
RGB Variations
Color information
#343E37 (or 0x343E37) is known color: Timber Green. HEX triplet: 34, 3E and 37. RGB value is (52,62,55). Sum of RGB (Red+Green+Blue) = 52+62+55=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 62 (24.61% from 255 or 36.69% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 62 - color contains mainly: green. Hex color #343E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E37 is #CBC1C8. Grayscale: #3A3A3A. Windows color (decimal): -13353417 or 3620404. OLE color: 3620404.
HSL color Cylindrical-coordinate representation of color #343E37: hue angle of 138º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343E37 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 55 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.76 |
| HSL | 138º | 0.09% | 0.22% | - |
| HSV(B) | 138º | 0.16% | 0.24% | - |
| XYZ | 3.83 | 4.45 | 4.27 | - |
| YUV | 58.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 55 | 0.16 | 0 | 0.11 | 0.76 | 138 | 0.09 | 0.22 |
| Hex | 34 | 3E | 37 | 10 | 0 | B | 4C | 8A | 9 | 16 |
| Octal | 64 | 76 | 67 | 20 | 0 | 13 | 114 | 212 | 11 | 26 |
| Binary | 110100 | 111110 | 110111 | 10000 | 0 | 1011 | 1001100 | 10001010 | 1001 | 10110 |
Color Harmonies of #343E37
Complementary color
Monochromatic Colors of #343E37
Black with #343E37
Text Example
Text Example
White with #343E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E37; }
p { color: rgb(52,62,55); }
H1.HeaderClassName
{
color: #343E37;
}
.AnyTagClassName
{
color: #343E37;
}
</style>
background-color css
<style>
a { background-color: #343E37; }
a { background-color: rgb(52,62,55); }
div.DivClassName
{
background-color: #343E37;
}
.BgClassName
{
background-color: #343E37;
}
</style>
border-color css
<style>
span { border-color: #343E37; }
span { border-color: rgb(52,62,55); }
td.TdClassName
{
border-color: #343E37;
}
.TagClassName
{
border-color: #343E37;
}
</style>