Shades of Timber Green #324332
Tints of Timber Green #324332
RGB
CMYK
RGB Variations
Color information
#324332 (or 0x324332) is known color: Timber Green. HEX triplet: 32, 43 and 32. RGB value is (50,67,50). Sum of RGB (Red+Green+Blue) = 50+67+50=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #324332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324332 is #CDBCCD. Grayscale: #3C3C3C. Windows color (decimal): -13483214 or 3294002. OLE color: 3294002.
HSL color Cylindrical-coordinate representation of color #324332: hue angle of 120º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #324332 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 50 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.74 |
| HSL | 120º | 0.15% | 0.23% | - |
| HSV(B) | 120º | 0.25% | 0.26% | - |
| XYZ | 3.9 | 4.92 | 3.76 | - |
| YUV | 59.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 50 | 0.25 | 0 | 0.25 | 0.74 | 120 | 0.15 | 0.23 |
| Hex | 32 | 43 | 32 | 19 | 0 | 19 | 4A | 78 | F | 17 |
| Octal | 62 | 103 | 62 | 31 | 0 | 31 | 112 | 170 | 17 | 27 |
| Binary | 110010 | 1000011 | 110010 | 11001 | 0 | 11001 | 1001010 | 1111000 | 1111 | 10111 |
Color Harmonies of #324332
Complementary color
Monochromatic Colors of #324332
Black with #324332
Text Example
Text Example
White with #324332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324332; }
p { color: rgb(50,67,50); }
H1.HeaderClassName
{
color: #324332;
}
.AnyTagClassName
{
color: #324332;
}
</style>
background-color css
<style>
a { background-color: #324332; }
a { background-color: rgb(50,67,50); }
div.DivClassName
{
background-color: #324332;
}
.BgClassName
{
background-color: #324332;
}
</style>
border-color css
<style>
span { border-color: #324332; }
span { border-color: rgb(50,67,50); }
td.TdClassName
{
border-color: #324332;
}
.TagClassName
{
border-color: #324332;
}
</style>