Shades of Timber Green #343835
Tints of Timber Green #343835
RGB
CMYK
RGB Variations
Color information
#343835 (or 0x343835) is known color: Timber Green. HEX triplet: 34, 38 and 35. RGB value is (52,56,53). Sum of RGB (Red+Green+Blue) = 52+56+53=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 56 - color contains mainly: green. Hex color #343835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343835 is #CBC7CA. Grayscale: #363636. Windows color (decimal): -13354955 or 3487796. OLE color: 3487796.
HSL color Cylindrical-coordinate representation of color #343835: hue angle of 135º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #343835 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 56 | 53 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.78 |
| HSL | 135º | 0.04% | 0.21% | - |
| HSV(B) | 135º | 0.07% | 0.22% | - |
| XYZ | 3.47 | 3.82 | 3.92 | - |
| YUV | 54.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 53 | 0.07 | 0 | 0.05 | 0.78 | 135 | 0.04 | 0.21 |
| Hex | 34 | 38 | 35 | 7 | 0 | 5 | 4E | 87 | 4 | 15 |
| Octal | 64 | 70 | 65 | 7 | 0 | 5 | 116 | 207 | 4 | 25 |
| Binary | 110100 | 111000 | 110101 | 111 | 0 | 101 | 1001110 | 10000111 | 100 | 10101 |
Color Harmonies of #343835
Complementary color
Monochromatic Colors of #343835
Black with #343835
Text Example
Text Example
White with #343835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343835; }
p { color: rgb(52,56,53); }
H1.HeaderClassName
{
color: #343835;
}
.AnyTagClassName
{
color: #343835;
}
</style>
background-color css
<style>
a { background-color: #343835; }
a { background-color: rgb(52,56,53); }
div.DivClassName
{
background-color: #343835;
}
.BgClassName
{
background-color: #343835;
}
</style>
border-color css
<style>
span { border-color: #343835; }
span { border-color: rgb(52,56,53); }
td.TdClassName
{
border-color: #343835;
}
.TagClassName
{
border-color: #343835;
}
</style>