Shades of Timber Green #343935
Tints of Timber Green #343935
RGB
CMYK
RGB Variations
Color information
#343935 (or 0x343935) is known color: Timber Green. HEX triplet: 34, 39 and 35. RGB value is (52,57,53). Sum of RGB (Red+Green+Blue) = 52+57+53=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 57 - color contains mainly: green. Hex color #343935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343935 is #CBC6CA. Grayscale: #373737. Windows color (decimal): -13354699 or 3488052. OLE color: 3488052.
HSL color Cylindrical-coordinate representation of color #343935: hue angle of 132º degrees, saturation: 0.05, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #343935 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 53 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.78 |
| HSL | 132º | 0.05% | 0.21% | - |
| HSV(B) | 132º | 0.09% | 0.22% | - |
| XYZ | 3.52 | 3.91 | 3.94 | - |
| YUV | 55.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 53 | 0.09 | 0 | 0.07 | 0.78 | 132 | 0.05 | 0.21 |
| Hex | 34 | 39 | 35 | 9 | 0 | 7 | 4E | 84 | 5 | 15 |
| Octal | 64 | 71 | 65 | 11 | 0 | 7 | 116 | 204 | 5 | 25 |
| Binary | 110100 | 111001 | 110101 | 1001 | 0 | 111 | 1001110 | 10000100 | 101 | 10101 |
Color Harmonies of #343935
Complementary color
Monochromatic Colors of #343935
Black with #343935
Text Example
Text Example
White with #343935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343935; }
p { color: rgb(52,57,53); }
H1.HeaderClassName
{
color: #343935;
}
.AnyTagClassName
{
color: #343935;
}
</style>
background-color css
<style>
a { background-color: #343935; }
a { background-color: rgb(52,57,53); }
div.DivClassName
{
background-color: #343935;
}
.BgClassName
{
background-color: #343935;
}
</style>
border-color css
<style>
span { border-color: #343935; }
span { border-color: rgb(52,57,53); }
td.TdClassName
{
border-color: #343935;
}
.TagClassName
{
border-color: #343935;
}
</style>