Shades of Timber Green #323C34
Tints of Timber Green #323C34
RGB
CMYK
RGB Variations
Color information
#323C34 (or 0x323C34) is known color: Timber Green. HEX triplet: 32, 3C and 34. RGB value is (50,60,52). Sum of RGB (Red+Green+Blue) = 50+60+52=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 60 - color contains mainly: green. Hex color #323C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C34 is #CDC3CB. Grayscale: #383838. Windows color (decimal): -13485004 or 3423282. OLE color: 3423282.
HSL color Cylindrical-coordinate representation of color #323C34: hue angle of 132º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #323C34 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 52 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.76 |
| HSL | 132º | 0.09% | 0.22% | - |
| HSV(B) | 132º | 0.17% | 0.24% | - |
| XYZ | 3.55 | 4.16 | 3.86 | - |
| YUV | 56.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 52 | 0.17 | 0 | 0.13 | 0.76 | 132 | 0.09 | 0.22 |
| Hex | 32 | 3C | 34 | 11 | 0 | D | 4C | 84 | 9 | 16 |
| Octal | 62 | 74 | 64 | 21 | 0 | 15 | 114 | 204 | 11 | 26 |
| Binary | 110010 | 111100 | 110100 | 10001 | 0 | 1101 | 1001100 | 10000100 | 1001 | 10110 |
Color Harmonies of #323C34
Complementary color
Monochromatic Colors of #323C34
Black with #323C34
Text Example
Text Example
White with #323C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C34; }
p { color: rgb(50,60,52); }
H1.HeaderClassName
{
color: #323C34;
}
.AnyTagClassName
{
color: #323C34;
}
</style>
background-color css
<style>
a { background-color: #323C34; }
a { background-color: rgb(50,60,52); }
div.DivClassName
{
background-color: #323C34;
}
.BgClassName
{
background-color: #323C34;
}
</style>
border-color css
<style>
span { border-color: #323C34; }
span { border-color: rgb(50,60,52); }
td.TdClassName
{
border-color: #323C34;
}
.TagClassName
{
border-color: #323C34;
}
</style>