Shades of Timber Green #344135
Tints of Timber Green #344135
RGB
CMYK
RGB Variations
Color information
#344135 (or 0x344135) is known color: Timber Green. HEX triplet: 34, 41 and 35. RGB value is (52,65,53). Sum of RGB (Red+Green+Blue) = 52+65+53=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #344135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344135 is #CBBECA. Grayscale: #3B3B3B. Windows color (decimal): -13352651 or 3490100. OLE color: 3490100.
HSL color Cylindrical-coordinate representation of color #344135: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #344135 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 53 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.75 |
| HSL | 124.62º | 0.11% | 0.23% | - |
| HSV(B) | 124.62º | 0.2% | 0.25% | - |
| XYZ | 3.95 | 4.77 | 4.08 | - |
| YUV | 59.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 53 | 0.20 | 0 | 0.18 | 0.75 | 124.62 | 0.11 | 0.23 |
| Hex | 34 | 41 | 35 | 14 | 0 | 12 | 4B | 7D | B | 17 |
| Octal | 64 | 101 | 65 | 24 | 0 | 22 | 113 | 175 | 13 | 27 |
| Binary | 110100 | 1000001 | 110101 | 10100 | 0 | 10010 | 1001011 | 1111101 | 1011 | 10111 |
Color Harmonies of #344135
Complementary color
Monochromatic Colors of #344135
Black with #344135
Text Example
Text Example
White with #344135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344135; }
p { color: rgb(52,65,53); }
H1.HeaderClassName
{
color: #344135;
}
.AnyTagClassName
{
color: #344135;
}
</style>
background-color css
<style>
a { background-color: #344135; }
a { background-color: rgb(52,65,53); }
div.DivClassName
{
background-color: #344135;
}
.BgClassName
{
background-color: #344135;
}
</style>
border-color css
<style>
span { border-color: #344135; }
span { border-color: rgb(52,65,53); }
td.TdClassName
{
border-color: #344135;
}
.TagClassName
{
border-color: #344135;
}
</style>