Shades of Timber Green #324B33
Tints of Timber Green #324B33
RGB
CMYK
RGB Variations
Color information
#324B33 (or 0x324B33) is known color: Timber Green. HEX triplet: 32, 4B and 33. RGB value is (50,75,51). Sum of RGB (Red+Green+Blue) = 50+75+51=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #324B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324B33 is #CDB4CC. Grayscale: #404040. Windows color (decimal): -13481165 or 3361586. OLE color: 3361586.
HSL color Cylindrical-coordinate representation of color #324B33: hue angle of 122.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #324B33 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 51 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.71 |
| HSL | 122.4º | 0.2% | 0.25% | - |
| HSV(B) | 122.4º | 0.33% | 0.29% | - |
| XYZ | 4.43 | 5.95 | 4.05 | - |
| YUV | 64.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 51 | 0.33 | 0 | 0.32 | 0.71 | 122.4 | 0.2 | 0.25 |
| Hex | 32 | 4B | 33 | 21 | 0 | 20 | 47 | 7A | 14 | 19 |
| Octal | 62 | 113 | 63 | 41 | 0 | 40 | 107 | 172 | 24 | 31 |
| Binary | 110010 | 1001011 | 110011 | 100001 | 0 | 100000 | 1000111 | 1111010 | 10100 | 11001 |
Color Harmonies of #324B33
Complementary color
Monochromatic Colors of #324B33
Black with #324B33
Text Example
Text Example
White with #324B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B33; }
p { color: rgb(50,75,51); }
H1.HeaderClassName
{
color: #324B33;
}
.AnyTagClassName
{
color: #324B33;
}
</style>
background-color css
<style>
a { background-color: #324B33; }
a { background-color: rgb(50,75,51); }
div.DivClassName
{
background-color: #324B33;
}
.BgClassName
{
background-color: #324B33;
}
</style>
border-color css
<style>
span { border-color: #324B33; }
span { border-color: rgb(50,75,51); }
td.TdClassName
{
border-color: #324B33;
}
.TagClassName
{
border-color: #324B33;
}
</style>