Shades of Timber Green #343B34
Tints of Timber Green #343B34
RGB
CMYK
RGB Variations
Color information
#343B34 (or 0x343B34) is known color: Timber Green. HEX triplet: 34, 3B and 34. RGB value is (52,59,52). Sum of RGB (Red+Green+Blue) = 52+59+52=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 59 - color contains mainly: green. Hex color #343B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B34 is #CBC4CB. Grayscale: #383838. Windows color (decimal): -13354188 or 3423028. OLE color: 3423028.
HSL color Cylindrical-coordinate representation of color #343B34: hue angle of 120º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #343B34 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 52 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.77 |
| HSL | 120º | 0.06% | 0.22% | - |
| HSV(B) | 120º | 0.12% | 0.23% | - |
| XYZ | 3.6 | 4.11 | 3.85 | - |
| YUV | 56.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 52 | 0.12 | 0 | 0.12 | 0.77 | 120 | 0.06 | 0.22 |
| Hex | 34 | 3B | 34 | C | 0 | C | 4D | 78 | 6 | 16 |
| Octal | 64 | 73 | 64 | 14 | 0 | 14 | 115 | 170 | 6 | 26 |
| Binary | 110100 | 111011 | 110100 | 1100 | 0 | 1100 | 1001101 | 1111000 | 110 | 10110 |
Color Harmonies of #343B34
Complementary color
Monochromatic Colors of #343B34
Black with #343B34
Text Example
Text Example
White with #343B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B34; }
p { color: rgb(52,59,52); }
H1.HeaderClassName
{
color: #343B34;
}
.AnyTagClassName
{
color: #343B34;
}
</style>
background-color css
<style>
a { background-color: #343B34; }
a { background-color: rgb(52,59,52); }
div.DivClassName
{
background-color: #343B34;
}
.BgClassName
{
background-color: #343B34;
}
</style>
border-color css
<style>
span { border-color: #343B34; }
span { border-color: rgb(52,59,52); }
td.TdClassName
{
border-color: #343B34;
}
.TagClassName
{
border-color: #343B34;
}
</style>