Shades of Timber Green #324A39
Tints of Timber Green #324A39
RGB
CMYK
RGB Variations
Color information
#324A39 (or 0x324A39) is known color: Timber Green. HEX triplet: 32, 4A and 39. RGB value is (50,74,57). Sum of RGB (Red+Green+Blue) = 50+74+57=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #324A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A39 is #CDB5C6. Grayscale: #404040. Windows color (decimal): -13481415 or 3754546. OLE color: 3754546.
HSL color Cylindrical-coordinate representation of color #324A39: hue angle of 137.5º 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 #324A39 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 57 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.71 |
| HSL | 137.5º | 0.19% | 0.24% | - |
| HSV(B) | 137.5º | 0.32% | 0.29% | - |
| XYZ | 4.5 | 5.87 | 4.77 | - |
| YUV | 64.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 57 | 0.32 | 0 | 0.23 | 0.71 | 137.5 | 0.19 | 0.24 |
| Hex | 32 | 4A | 39 | 20 | 0 | 17 | 47 | 8A | 13 | 18 |
| Octal | 62 | 112 | 71 | 40 | 0 | 27 | 107 | 212 | 23 | 30 |
| Binary | 110010 | 1001010 | 111001 | 100000 | 0 | 10111 | 1000111 | 10001010 | 10011 | 11000 |
Color Harmonies of #324A39
Complementary color
Monochromatic Colors of #324A39
Black with #324A39
Text Example
Text Example
White with #324A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A39; }
p { color: rgb(50,74,57); }
H1.HeaderClassName
{
color: #324A39;
}
.AnyTagClassName
{
color: #324A39;
}
</style>
background-color css
<style>
a { background-color: #324A39; }
a { background-color: rgb(50,74,57); }
div.DivClassName
{
background-color: #324A39;
}
.BgClassName
{
background-color: #324A39;
}
</style>
border-color css
<style>
span { border-color: #324A39; }
span { border-color: rgb(50,74,57); }
td.TdClassName
{
border-color: #324A39;
}
.TagClassName
{
border-color: #324A39;
}
</style>