Shades of Timber Green #343B36
Tints of Timber Green #343B36
RGB
CMYK
RGB Variations
Color information
#343B36 (or 0x343B36) is known color: Timber Green. HEX triplet: 34, 3B and 36. RGB value is (52,59,54). Sum of RGB (Red+Green+Blue) = 52+59+54=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #343B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B36 is #CBC4C9. Grayscale: #383838. Windows color (decimal): -13354186 or 3554100. OLE color: 3554100.
HSL color Cylindrical-coordinate representation of color #343B36: hue angle of 137.14º 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 #343B36 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 54 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.77 |
| HSL | 137.14º | 0.06% | 0.22% | - |
| HSV(B) | 137.14º | 0.12% | 0.23% | - |
| XYZ | 3.65 | 4.12 | 4.09 | - |
| YUV | 56.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 54 | 0.12 | 0 | 0.08 | 0.77 | 137.14 | 0.06 | 0.22 |
| Hex | 34 | 3B | 36 | C | 0 | 8 | 4D | 89 | 6 | 16 |
| Octal | 64 | 73 | 66 | 14 | 0 | 10 | 115 | 211 | 6 | 26 |
| Binary | 110100 | 111011 | 110110 | 1100 | 0 | 1000 | 1001101 | 10001001 | 110 | 10110 |
Color Harmonies of #343B36
Complementary color
Monochromatic Colors of #343B36
Black with #343B36
Text Example
Text Example
White with #343B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B36; }
p { color: rgb(52,59,54); }
H1.HeaderClassName
{
color: #343B36;
}
.AnyTagClassName
{
color: #343B36;
}
</style>
background-color css
<style>
a { background-color: #343B36; }
a { background-color: rgb(52,59,54); }
div.DivClassName
{
background-color: #343B36;
}
.BgClassName
{
background-color: #343B36;
}
</style>
border-color css
<style>
span { border-color: #343B36; }
span { border-color: rgb(52,59,54); }
td.TdClassName
{
border-color: #343B36;
}
.TagClassName
{
border-color: #343B36;
}
</style>