Shades of Timber Green #334638
Tints of Timber Green #334638
RGB
CMYK
RGB Variations
Color information
#334638 (or 0x334638) is known color: Timber Green. HEX triplet: 33, 46 and 38. RGB value is (51,70,56). Sum of RGB (Red+Green+Blue) = 51+70+56=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #334638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334638 is #CCB9C7. Grayscale: #3E3E3E. Windows color (decimal): -13416904 or 3687987. OLE color: 3687987.
HSL color Cylindrical-coordinate representation of color #334638: hue angle of 135.79º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #334638 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 70 | 56 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.73 |
| HSL | 135.79º | 0.16% | 0.24% | - |
| HSV(B) | 135.79º | 0.27% | 0.27% | - |
| XYZ | 4.27 | 5.37 | 4.55 | - |
| YUV | 62.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 56 | 0.27 | 0 | 0.20 | 0.73 | 135.79 | 0.16 | 0.24 |
| Hex | 33 | 46 | 38 | 1B | 0 | 14 | 49 | 88 | 10 | 18 |
| Octal | 63 | 106 | 70 | 33 | 0 | 24 | 111 | 210 | 20 | 30 |
| Binary | 110011 | 1000110 | 111000 | 11011 | 0 | 10100 | 1001001 | 10001000 | 10000 | 11000 |
Color Harmonies of #334638
Complementary color
Monochromatic Colors of #334638
Black with #334638
Text Example
Text Example
White with #334638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334638; }
p { color: rgb(51,70,56); }
H1.HeaderClassName
{
color: #334638;
}
.AnyTagClassName
{
color: #334638;
}
</style>
background-color css
<style>
a { background-color: #334638; }
a { background-color: rgb(51,70,56); }
div.DivClassName
{
background-color: #334638;
}
.BgClassName
{
background-color: #334638;
}
</style>
border-color css
<style>
span { border-color: #334638; }
span { border-color: rgb(51,70,56); }
td.TdClassName
{
border-color: #334638;
}
.TagClassName
{
border-color: #334638;
}
</style>