Shades of Timber Green #324532
Tints of Timber Green #324532
RGB
CMYK
RGB Variations
Color information
#324532 (or 0x324532) is known color: Timber Green. HEX triplet: 32, 45 and 32. RGB value is (50,69,50). Sum of RGB (Red+Green+Blue) = 50+69+50=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #324532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324532 is #CDBACD. Grayscale: #3D3D3D. Windows color (decimal): -13482702 or 3294514. OLE color: 3294514.
HSL color Cylindrical-coordinate representation of color #324532: hue angle of 120º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #324532 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 50 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.73 |
| HSL | 120º | 0.16% | 0.23% | - |
| HSV(B) | 120º | 0.28% | 0.27% | - |
| XYZ | 4.02 | 5.16 | 3.8 | - |
| YUV | 61.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 50 | 0.28 | 0 | 0.28 | 0.73 | 120 | 0.16 | 0.23 |
| Hex | 32 | 45 | 32 | 1C | 0 | 1C | 49 | 78 | 10 | 17 |
| Octal | 62 | 105 | 62 | 34 | 0 | 34 | 111 | 170 | 20 | 27 |
| Binary | 110010 | 1000101 | 110010 | 11100 | 0 | 11100 | 1001001 | 1111000 | 10000 | 10111 |
Color Harmonies of #324532
Complementary color
Monochromatic Colors of #324532
Black with #324532
Text Example
Text Example
White with #324532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324532; }
p { color: rgb(50,69,50); }
H1.HeaderClassName
{
color: #324532;
}
.AnyTagClassName
{
color: #324532;
}
</style>
background-color css
<style>
a { background-color: #324532; }
a { background-color: rgb(50,69,50); }
div.DivClassName
{
background-color: #324532;
}
.BgClassName
{
background-color: #324532;
}
</style>
border-color css
<style>
span { border-color: #324532; }
span { border-color: rgb(50,69,50); }
td.TdClassName
{
border-color: #324532;
}
.TagClassName
{
border-color: #324532;
}
</style>