Shades of Timber Green #334534
Tints of Timber Green #334534
RGB
CMYK
RGB Variations
Color information
#334534 (or 0x334534) is known color: Timber Green. HEX triplet: 33, 45 and 34. RGB value is (51,69,52). Sum of RGB (Red+Green+Blue) = 51+69+52=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #334534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334534 is #CCBACB. Grayscale: #3D3D3D. Windows color (decimal): -13417164 or 3425587. OLE color: 3425587.
HSL color Cylindrical-coordinate representation of color #334534: hue angle of 123.33º 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 #334534 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 52 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.73 |
| HSL | 123.33º | 0.15% | 0.24% | - |
| HSV(B) | 123.33º | 0.26% | 0.27% | - |
| XYZ | 4.11 | 5.21 | 4.04 | - |
| YUV | 61.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 52 | 0.26 | 0 | 0.25 | 0.73 | 123.33 | 0.15 | 0.24 |
| Hex | 33 | 45 | 34 | 1A | 0 | 19 | 49 | 7B | F | 18 |
| Octal | 63 | 105 | 64 | 32 | 0 | 31 | 111 | 173 | 17 | 30 |
| Binary | 110011 | 1000101 | 110100 | 11010 | 0 | 11001 | 1001001 | 1111011 | 1111 | 11000 |
Color Harmonies of #334534
Complementary color
Monochromatic Colors of #334534
Black with #334534
Text Example
Text Example
White with #334534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334534; }
p { color: rgb(51,69,52); }
H1.HeaderClassName
{
color: #334534;
}
.AnyTagClassName
{
color: #334534;
}
</style>
background-color css
<style>
a { background-color: #334534; }
a { background-color: rgb(51,69,52); }
div.DivClassName
{
background-color: #334534;
}
.BgClassName
{
background-color: #334534;
}
</style>
border-color css
<style>
span { border-color: #334534; }
span { border-color: rgb(51,69,52); }
td.TdClassName
{
border-color: #334534;
}
.TagClassName
{
border-color: #334534;
}
</style>