Shades of Timber Green #323D32
Tints of Timber Green #323D32
RGB
CMYK
RGB Variations
Color information
#323D32 (or 0x323D32) is known color: Timber Green. HEX triplet: 32, 3D and 32. RGB value is (50,61,50). Sum of RGB (Red+Green+Blue) = 50+61+50=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 61 - color contains mainly: green. Hex color #323D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D32 is #CDC2CD. Grayscale: #383838. Windows color (decimal): -13484750 or 3292466. OLE color: 3292466.
HSL color Cylindrical-coordinate representation of color #323D32: hue angle of 120º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #323D32 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 50 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.76 |
| HSL | 120º | 0.1% | 0.22% | - |
| HSV(B) | 120º | 0.18% | 0.24% | - |
| XYZ | 3.56 | 4.25 | 3.65 | - |
| YUV | 56.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 50 | 0.18 | 0 | 0.18 | 0.76 | 120 | 0.1 | 0.22 |
| Hex | 32 | 3D | 32 | 12 | 0 | 12 | 4C | 78 | A | 16 |
| Octal | 62 | 75 | 62 | 22 | 0 | 22 | 114 | 170 | 12 | 26 |
| Binary | 110010 | 111101 | 110010 | 10010 | 0 | 10010 | 1001100 | 1111000 | 1010 | 10110 |
Color Harmonies of #323D32
Complementary color
Monochromatic Colors of #323D32
Black with #323D32
Text Example
Text Example
White with #323D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D32; }
p { color: rgb(50,61,50); }
H1.HeaderClassName
{
color: #323D32;
}
.AnyTagClassName
{
color: #323D32;
}
</style>
background-color css
<style>
a { background-color: #323D32; }
a { background-color: rgb(50,61,50); }
div.DivClassName
{
background-color: #323D32;
}
.BgClassName
{
background-color: #323D32;
}
</style>
border-color css
<style>
span { border-color: #323D32; }
span { border-color: rgb(50,61,50); }
td.TdClassName
{
border-color: #323D32;
}
.TagClassName
{
border-color: #323D32;
}
</style>