Shades of Timber Green #343735
Tints of Timber Green #343735
RGB
CMYK
RGB Variations
Color information
#343735 (or 0x343735) is known color: Timber Green. HEX triplet: 34, 37 and 35. RGB value is (52,55,53). Sum of RGB (Red+Green+Blue) = 52+55+53=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 55 - color contains mainly: green. Hex color #343735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343735 is #CBC8CA. Grayscale: #353535. Windows color (decimal): -13355211 or 3487540. OLE color: 3487540.
HSL color Cylindrical-coordinate representation of color #343735: hue angle of 140º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #343735 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 55 | 53 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.78 |
| HSL | 140º | 0.03% | 0.21% | - |
| HSV(B) | 140º | 0.05% | 0.22% | - |
| XYZ | 3.42 | 3.72 | 3.91 | - |
| YUV | 53.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 53 | 0.05 | 0 | 0.04 | 0.78 | 140 | 0.03 | 0.21 |
| Hex | 34 | 37 | 35 | 5 | 0 | 4 | 4E | 8C | 3 | 15 |
| Octal | 64 | 67 | 65 | 5 | 0 | 4 | 116 | 214 | 3 | 25 |
| Binary | 110100 | 110111 | 110101 | 101 | 0 | 100 | 1001110 | 10001100 | 11 | 10101 |
Color Harmonies of #343735
Complementary color
Monochromatic Colors of #343735
Black with #343735
Text Example
Text Example
White with #343735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343735; }
p { color: rgb(52,55,53); }
H1.HeaderClassName
{
color: #343735;
}
.AnyTagClassName
{
color: #343735;
}
</style>
background-color css
<style>
a { background-color: #343735; }
a { background-color: rgb(52,55,53); }
div.DivClassName
{
background-color: #343735;
}
.BgClassName
{
background-color: #343735;
}
</style>
border-color css
<style>
span { border-color: #343735; }
span { border-color: rgb(52,55,53); }
td.TdClassName
{
border-color: #343735;
}
.TagClassName
{
border-color: #343735;
}
</style>