Shades of Timber Green #323E34
Tints of Timber Green #323E34
RGB
CMYK
RGB Variations
Color information
#323E34 (or 0x323E34) is known color: Timber Green. HEX triplet: 32, 3E and 34. RGB value is (50,62,52). Sum of RGB (Red+Green+Blue) = 50+62+52=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 62 - color contains mainly: green. Hex color #323E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E34 is #CDC1CB. Grayscale: #393939. Windows color (decimal): -13484492 or 3423794. OLE color: 3423794.
HSL color Cylindrical-coordinate representation of color #323E34: hue angle of 130º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323E34 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 62 | 52 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.76 |
| HSL | 130º | 0.11% | 0.22% | - |
| HSV(B) | 130º | 0.19% | 0.24% | - |
| XYZ | 3.66 | 4.37 | 3.9 | - |
| YUV | 57.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 52 | 0.19 | 0 | 0.16 | 0.76 | 130 | 0.11 | 0.22 |
| Hex | 32 | 3E | 34 | 13 | 0 | 10 | 4C | 82 | B | 16 |
| Octal | 62 | 76 | 64 | 23 | 0 | 20 | 114 | 202 | 13 | 26 |
| Binary | 110010 | 111110 | 110100 | 10011 | 0 | 10000 | 1001100 | 10000010 | 1011 | 10110 |
Color Harmonies of #323E34
Complementary color
Monochromatic Colors of #323E34
Black with #323E34
Text Example
Text Example
White with #323E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E34; }
p { color: rgb(50,62,52); }
H1.HeaderClassName
{
color: #323E34;
}
.AnyTagClassName
{
color: #323E34;
}
</style>
background-color css
<style>
a { background-color: #323E34; }
a { background-color: rgb(50,62,52); }
div.DivClassName
{
background-color: #323E34;
}
.BgClassName
{
background-color: #323E34;
}
</style>
border-color css
<style>
span { border-color: #323E34; }
span { border-color: rgb(50,62,52); }
td.TdClassName
{
border-color: #323E34;
}
.TagClassName
{
border-color: #323E34;
}
</style>