Shades of Timber Green #334335
Tints of Timber Green #334335
RGB
CMYK
RGB Variations
Color information
#334335 (or 0x334335) is known color: Timber Green. HEX triplet: 33, 43 and 35. RGB value is (51,67,53). Sum of RGB (Red+Green+Blue) = 51+67+53=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #334335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334335 is #CCBCCA. Grayscale: #3C3C3C. Windows color (decimal): -13417675 or 3490611. OLE color: 3490611.
HSL color Cylindrical-coordinate representation of color #334335: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #334335 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 67 | 53 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.74 |
| HSL | 127.5º | 0.14% | 0.23% | - |
| HSV(B) | 127.5º | 0.24% | 0.26% | - |
| XYZ | 4.01 | 4.98 | 4.12 | - |
| YUV | 60.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 53 | 0.24 | 0 | 0.21 | 0.74 | 127.5 | 0.14 | 0.23 |
| Hex | 33 | 43 | 35 | 18 | 0 | 15 | 4A | 80 | E | 17 |
| Octal | 63 | 103 | 65 | 30 | 0 | 25 | 112 | 200 | 16 | 27 |
| Binary | 110011 | 1000011 | 110101 | 11000 | 0 | 10101 | 1001010 | 10000000 | 1110 | 10111 |
Color Harmonies of #334335
Complementary color
Monochromatic Colors of #334335
Black with #334335
Text Example
Text Example
White with #334335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334335; }
p { color: rgb(51,67,53); }
H1.HeaderClassName
{
color: #334335;
}
.AnyTagClassName
{
color: #334335;
}
</style>
background-color css
<style>
a { background-color: #334335; }
a { background-color: rgb(51,67,53); }
div.DivClassName
{
background-color: #334335;
}
.BgClassName
{
background-color: #334335;
}
</style>
border-color css
<style>
span { border-color: #334335; }
span { border-color: rgb(51,67,53); }
td.TdClassName
{
border-color: #334335;
}
.TagClassName
{
border-color: #334335;
}
</style>