Shades of Timber Green #334538
Tints of Timber Green #334538
RGB
CMYK
RGB Variations
Color information
#334538 (or 0x334538) is known color: Timber Green. HEX triplet: 33, 45 and 38. RGB value is (51,69,56). Sum of RGB (Red+Green+Blue) = 51+69+56=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #334538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334538 is #CCBAC7. Grayscale: #3E3E3E. Windows color (decimal): -13417160 or 3687731. OLE color: 3687731.
HSL color Cylindrical-coordinate representation of color #334538: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #334538 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 56 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.73 |
| HSL | 136.67º | 0.15% | 0.24% | - |
| HSV(B) | 136.67º | 0.26% | 0.27% | - |
| XYZ | 4.21 | 5.25 | 4.53 | - |
| YUV | 62.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 56 | 0.26 | 0 | 0.19 | 0.73 | 136.67 | 0.15 | 0.24 |
| Hex | 33 | 45 | 38 | 1A | 0 | 13 | 49 | 89 | F | 18 |
| Octal | 63 | 105 | 70 | 32 | 0 | 23 | 111 | 211 | 17 | 30 |
| Binary | 110011 | 1000101 | 111000 | 11010 | 0 | 10011 | 1001001 | 10001001 | 1111 | 11000 |
Color Harmonies of #334538
Complementary color
Monochromatic Colors of #334538
Black with #334538
Text Example
Text Example
White with #334538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334538; }
p { color: rgb(51,69,56); }
H1.HeaderClassName
{
color: #334538;
}
.AnyTagClassName
{
color: #334538;
}
</style>
background-color css
<style>
a { background-color: #334538; }
a { background-color: rgb(51,69,56); }
div.DivClassName
{
background-color: #334538;
}
.BgClassName
{
background-color: #334538;
}
</style>
border-color css
<style>
span { border-color: #334538; }
span { border-color: rgb(51,69,56); }
td.TdClassName
{
border-color: #334538;
}
.TagClassName
{
border-color: #334538;
}
</style>