Shades of Timber Green #334938
Tints of Timber Green #334938
RGB
CMYK
RGB Variations
Color information
#334938 (or 0x334938) is known color: Timber Green. HEX triplet: 33, 49 and 38. RGB value is (51,73,56). Sum of RGB (Red+Green+Blue) = 51+73+56=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #334938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334938 is #CCB6C7. Grayscale: #404040. Windows color (decimal): -13416136 or 3688755. OLE color: 3688755.
HSL color Cylindrical-coordinate representation of color #334938: hue angle of 133.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334938 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 56 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.71 |
| HSL | 133.64º | 0.18% | 0.24% | - |
| HSV(B) | 133.64º | 0.3% | 0.29% | - |
| XYZ | 4.46 | 5.75 | 4.62 | - |
| YUV | 64.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 56 | 0.30 | 0 | 0.23 | 0.71 | 133.64 | 0.18 | 0.24 |
| Hex | 33 | 49 | 38 | 1E | 0 | 17 | 47 | 86 | 12 | 18 |
| Octal | 63 | 111 | 70 | 36 | 0 | 27 | 107 | 206 | 22 | 30 |
| Binary | 110011 | 1001001 | 111000 | 11110 | 0 | 10111 | 1000111 | 10000110 | 10010 | 11000 |
Color Harmonies of #334938
Complementary color
Monochromatic Colors of #334938
Black with #334938
Text Example
Text Example
White with #334938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334938; }
p { color: rgb(51,73,56); }
H1.HeaderClassName
{
color: #334938;
}
.AnyTagClassName
{
color: #334938;
}
</style>
background-color css
<style>
a { background-color: #334938; }
a { background-color: rgb(51,73,56); }
div.DivClassName
{
background-color: #334938;
}
.BgClassName
{
background-color: #334938;
}
</style>
border-color css
<style>
span { border-color: #334938; }
span { border-color: rgb(51,73,56); }
td.TdClassName
{
border-color: #334938;
}
.TagClassName
{
border-color: #334938;
}
</style>