Shades of Timber Green #324934
Tints of Timber Green #324934
RGB
CMYK
RGB Variations
Color information
#324934 (or 0x324934) is known color: Timber Green. HEX triplet: 32, 49 and 34. RGB value is (50,73,52). Sum of RGB (Red+Green+Blue) = 50+73+52=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #324934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324934 is #CDB6CB. Grayscale: #3F3F3F. Windows color (decimal): -13481676 or 3426610. OLE color: 3426610.
HSL color Cylindrical-coordinate representation of color #324934: hue angle of 125.22º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324934 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 52 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.71 |
| HSL | 125.22º | 0.19% | 0.24% | - |
| HSV(B) | 125.22º | 0.32% | 0.29% | - |
| XYZ | 4.32 | 5.69 | 4.12 | - |
| YUV | 63.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 52 | 0.32 | 0 | 0.29 | 0.71 | 125.22 | 0.19 | 0.24 |
| Hex | 32 | 49 | 34 | 20 | 0 | 1D | 47 | 7D | 13 | 18 |
| Octal | 62 | 111 | 64 | 40 | 0 | 35 | 107 | 175 | 23 | 30 |
| Binary | 110010 | 1001001 | 110100 | 100000 | 0 | 11101 | 1000111 | 1111101 | 10011 | 11000 |
Color Harmonies of #324934
Complementary color
Monochromatic Colors of #324934
Black with #324934
Text Example
Text Example
White with #324934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324934; }
p { color: rgb(50,73,52); }
H1.HeaderClassName
{
color: #324934;
}
.AnyTagClassName
{
color: #324934;
}
</style>
background-color css
<style>
a { background-color: #324934; }
a { background-color: rgb(50,73,52); }
div.DivClassName
{
background-color: #324934;
}
.BgClassName
{
background-color: #324934;
}
</style>
border-color css
<style>
span { border-color: #324934; }
span { border-color: rgb(50,73,52); }
td.TdClassName
{
border-color: #324934;
}
.TagClassName
{
border-color: #324934;
}
</style>