Shades of Timber Green #324C37
Tints of Timber Green #324C37
RGB
CMYK
RGB Variations
Color information
#324C37 (or 0x324C37) is known color: Timber Green. HEX triplet: 32, 4C and 37. RGB value is (50,76,55). Sum of RGB (Red+Green+Blue) = 50+76+55=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #324C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C37 is #CDB3C8. Grayscale: #414141. Windows color (decimal): -13480905 or 3623986. OLE color: 3623986.
HSL color Cylindrical-coordinate representation of color #324C37: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #324C37 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 55 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.70 |
| HSL | 131.54º | 0.21% | 0.25% | - |
| HSV(B) | 131.54º | 0.34% | 0.3% | - |
| XYZ | 4.59 | 6.12 | 4.55 | - |
| YUV | 65.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 55 | 0.34 | 0 | 0.28 | 0.70 | 131.54 | 0.21 | 0.25 |
| Hex | 32 | 4C | 37 | 22 | 0 | 1C | 46 | 84 | 15 | 19 |
| Octal | 62 | 114 | 67 | 42 | 0 | 34 | 106 | 204 | 25 | 31 |
| Binary | 110010 | 1001100 | 110111 | 100010 | 0 | 11100 | 1000110 | 10000100 | 10101 | 11001 |
Color Harmonies of #324C37
Complementary color
Monochromatic Colors of #324C37
Black with #324C37
Text Example
Text Example
White with #324C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C37; }
p { color: rgb(50,76,55); }
H1.HeaderClassName
{
color: #324C37;
}
.AnyTagClassName
{
color: #324C37;
}
</style>
background-color css
<style>
a { background-color: #324C37; }
a { background-color: rgb(50,76,55); }
div.DivClassName
{
background-color: #324C37;
}
.BgClassName
{
background-color: #324C37;
}
</style>
border-color css
<style>
span { border-color: #324C37; }
span { border-color: rgb(50,76,55); }
td.TdClassName
{
border-color: #324C37;
}
.TagClassName
{
border-color: #324C37;
}
</style>