Shades of Timber Green #334B35
Tints of Timber Green #334B35
RGB
CMYK
RGB Variations
Color information
#334B35 (or 0x334B35) is known color: Timber Green. HEX triplet: 33, 4B and 35. RGB value is (51,75,53). Sum of RGB (Red+Green+Blue) = 51+75+53=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #334B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B35 is #CCB4CA. Grayscale: #414141. Windows color (decimal): -13415627 or 3492659. OLE color: 3492659.
HSL color Cylindrical-coordinate representation of color #334B35: hue angle of 125º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B35 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 53 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.71 |
| HSL | 125º | 0.19% | 0.25% | - |
| HSV(B) | 125º | 0.32% | 0.29% | - |
| XYZ | 4.52 | 5.99 | 4.29 | - |
| YUV | 65.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 53 | 0.32 | 0 | 0.29 | 0.71 | 125 | 0.19 | 0.25 |
| Hex | 33 | 4B | 35 | 20 | 0 | 1D | 47 | 7D | 13 | 19 |
| Octal | 63 | 113 | 65 | 40 | 0 | 35 | 107 | 175 | 23 | 31 |
| Binary | 110011 | 1001011 | 110101 | 100000 | 0 | 11101 | 1000111 | 1111101 | 10011 | 11001 |
Color Harmonies of #334B35
Complementary color
Monochromatic Colors of #334B35
Black with #334B35
Text Example
Text Example
White with #334B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B35; }
p { color: rgb(51,75,53); }
H1.HeaderClassName
{
color: #334B35;
}
.AnyTagClassName
{
color: #334B35;
}
</style>
background-color css
<style>
a { background-color: #334B35; }
a { background-color: rgb(51,75,53); }
div.DivClassName
{
background-color: #334B35;
}
.BgClassName
{
background-color: #334B35;
}
</style>
border-color css
<style>
span { border-color: #334B35; }
span { border-color: rgb(51,75,53); }
td.TdClassName
{
border-color: #334B35;
}
.TagClassName
{
border-color: #334B35;
}
</style>