Shades of Timber Green #324033
Tints of Timber Green #324033
RGB
CMYK
RGB Variations
Color information
#324033 (or 0x324033) is known color: Timber Green. HEX triplet: 32, 40 and 33. RGB value is (50,64,51). Sum of RGB (Red+Green+Blue) = 50+64+51=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #324033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324033 is #CDBFCC. Grayscale: #3A3A3A. Windows color (decimal): -13483981 or 3358770. OLE color: 3358770.
HSL color Cylindrical-coordinate representation of color #324033: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #324033 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 51 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.75 |
| HSL | 124.29º | 0.12% | 0.22% | - |
| HSV(B) | 124.29º | 0.22% | 0.25% | - |
| XYZ | 3.75 | 4.58 | 3.82 | - |
| YUV | 58.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 51 | 0.22 | 0 | 0.20 | 0.75 | 124.29 | 0.12 | 0.22 |
| Hex | 32 | 40 | 33 | 16 | 0 | 14 | 4B | 7C | C | 16 |
| Octal | 62 | 100 | 63 | 26 | 0 | 24 | 113 | 174 | 14 | 26 |
| Binary | 110010 | 1000000 | 110011 | 10110 | 0 | 10100 | 1001011 | 1111100 | 1100 | 10110 |
Color Harmonies of #324033
Complementary color
Monochromatic Colors of #324033
Black with #324033
Text Example
Text Example
White with #324033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324033; }
p { color: rgb(50,64,51); }
H1.HeaderClassName
{
color: #324033;
}
.AnyTagClassName
{
color: #324033;
}
</style>
background-color css
<style>
a { background-color: #324033; }
a { background-color: rgb(50,64,51); }
div.DivClassName
{
background-color: #324033;
}
.BgClassName
{
background-color: #324033;
}
</style>
border-color css
<style>
span { border-color: #324033; }
span { border-color: rgb(50,64,51); }
td.TdClassName
{
border-color: #324033;
}
.TagClassName
{
border-color: #324033;
}
</style>