Shades of Timber Green #334033
Tints of Timber Green #334033
RGB
CMYK
RGB Variations
Color information
#334033 (or 0x334033) is known color: Timber Green. HEX triplet: 33, 40 and 33. RGB value is (51,64,51). Sum of RGB (Red+Green+Blue) = 51+64+51=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #334033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334033 is #CCBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13418445 or 3358771. OLE color: 3358771.
HSL color Cylindrical-coordinate representation of color #334033: hue angle of 120º 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 #334033 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 51 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.75 |
| HSL | 120º | 0.11% | 0.23% | - |
| HSV(B) | 120º | 0.2% | 0.25% | - |
| XYZ | 3.8 | 4.61 | 3.82 | - |
| YUV | 58.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 51 | 0.20 | 0 | 0.20 | 0.75 | 120 | 0.11 | 0.23 |
| Hex | 33 | 40 | 33 | 14 | 0 | 14 | 4B | 78 | B | 17 |
| Octal | 63 | 100 | 63 | 24 | 0 | 24 | 113 | 170 | 13 | 27 |
| Binary | 110011 | 1000000 | 110011 | 10100 | 0 | 10100 | 1001011 | 1111000 | 1011 | 10111 |
Color Harmonies of #334033
Complementary color
Monochromatic Colors of #334033
Black with #334033
Text Example
Text Example
White with #334033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334033; }
p { color: rgb(51,64,51); }
H1.HeaderClassName
{
color: #334033;
}
.AnyTagClassName
{
color: #334033;
}
</style>
background-color css
<style>
a { background-color: #334033; }
a { background-color: rgb(51,64,51); }
div.DivClassName
{
background-color: #334033;
}
.BgClassName
{
background-color: #334033;
}
</style>
border-color css
<style>
span { border-color: #334033; }
span { border-color: rgb(51,64,51); }
td.TdClassName
{
border-color: #334033;
}
.TagClassName
{
border-color: #334033;
}
</style>