Shades of Timber Green #324C35
Tints of Timber Green #324C35
RGB
CMYK
RGB Variations
Color information
#324C35 (or 0x324C35) is known color: Timber Green. HEX triplet: 32, 4C and 35. RGB value is (50,76,53). Sum of RGB (Red+Green+Blue) = 50+76+53=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #324C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324C35 is #CDB3CA. Grayscale: #414141. Windows color (decimal): -13480907 or 3492914. OLE color: 3492914.
HSL color Cylindrical-coordinate representation of color #324C35: hue angle of 126.92º 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 #324C35 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 76 | 53 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.70 |
| HSL | 126.92º | 0.21% | 0.25% | - |
| HSV(B) | 126.92º | 0.34% | 0.3% | - |
| XYZ | 4.54 | 6.1 | 4.31 | - |
| YUV | 65.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 53 | 0.34 | 0 | 0.30 | 0.70 | 126.92 | 0.21 | 0.25 |
| Hex | 32 | 4C | 35 | 22 | 0 | 1E | 46 | 7F | 15 | 19 |
| Octal | 62 | 114 | 65 | 42 | 0 | 36 | 106 | 177 | 25 | 31 |
| Binary | 110010 | 1001100 | 110101 | 100010 | 0 | 11110 | 1000110 | 1111111 | 10101 | 11001 |
Color Harmonies of #324C35
Complementary color
Monochromatic Colors of #324C35
Black with #324C35
Text Example
Text Example
White with #324C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C35; }
p { color: rgb(50,76,53); }
H1.HeaderClassName
{
color: #324C35;
}
.AnyTagClassName
{
color: #324C35;
}
</style>
background-color css
<style>
a { background-color: #324C35; }
a { background-color: rgb(50,76,53); }
div.DivClassName
{
background-color: #324C35;
}
.BgClassName
{
background-color: #324C35;
}
</style>
border-color css
<style>
span { border-color: #324C35; }
span { border-color: rgb(50,76,53); }
td.TdClassName
{
border-color: #324C35;
}
.TagClassName
{
border-color: #324C35;
}
</style>