Shades of Timber Green #324233
Tints of Timber Green #324233
RGB
CMYK
RGB Variations
Color information
#324233 (or 0x324233) is known color: Timber Green. HEX triplet: 32, 42 and 33. RGB value is (50,66,51). Sum of RGB (Red+Green+Blue) = 50+66+51=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #324233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324233 is #CDBDCC. Grayscale: #3B3B3B. Windows color (decimal): -13483469 or 3359282. OLE color: 3359282.
HSL color Cylindrical-coordinate representation of color #324233: hue angle of 123.75º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324233 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 51 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.74 |
| HSL | 123.75º | 0.14% | 0.23% | - |
| HSV(B) | 123.75º | 0.24% | 0.26% | - |
| XYZ | 3.86 | 4.81 | 3.86 | - |
| YUV | 59.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 51 | 0.24 | 0 | 0.23 | 0.74 | 123.75 | 0.14 | 0.23 |
| Hex | 32 | 42 | 33 | 18 | 0 | 17 | 4A | 7C | E | 17 |
| Octal | 62 | 102 | 63 | 30 | 0 | 27 | 112 | 174 | 16 | 27 |
| Binary | 110010 | 1000010 | 110011 | 11000 | 0 | 10111 | 1001010 | 1111100 | 1110 | 10111 |
Color Harmonies of #324233
Complementary color
Monochromatic Colors of #324233
Black with #324233
Text Example
Text Example
White with #324233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324233; }
p { color: rgb(50,66,51); }
H1.HeaderClassName
{
color: #324233;
}
.AnyTagClassName
{
color: #324233;
}
</style>
background-color css
<style>
a { background-color: #324233; }
a { background-color: rgb(50,66,51); }
div.DivClassName
{
background-color: #324233;
}
.BgClassName
{
background-color: #324233;
}
</style>
border-color css
<style>
span { border-color: #324233; }
span { border-color: rgb(50,66,51); }
td.TdClassName
{
border-color: #324233;
}
.TagClassName
{
border-color: #324233;
}
</style>