Shades of Timber Green #323D34
Tints of Timber Green #323D34
RGB
CMYK
RGB Variations
Color information
#323D34 (or 0x323D34) is known color: Timber Green. HEX triplet: 32, 3D and 34. RGB value is (50,61,52). Sum of RGB (Red+Green+Blue) = 50+61+52=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 61 - color contains mainly: green. Hex color #323D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D34 is #CDC2CB. Grayscale: #383838. Windows color (decimal): -13484748 or 3423538. OLE color: 3423538.
HSL color Cylindrical-coordinate representation of color #323D34: hue angle of 130.91º 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 #323D34 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 52 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.76 |
| HSL | 130.91º | 0.1% | 0.22% | - |
| HSV(B) | 130.91º | 0.18% | 0.24% | - |
| XYZ | 3.6 | 4.26 | 3.88 | - |
| YUV | 56.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 52 | 0.18 | 0 | 0.15 | 0.76 | 130.91 | 0.1 | 0.22 |
| Hex | 32 | 3D | 34 | 12 | 0 | F | 4C | 83 | A | 16 |
| Octal | 62 | 75 | 64 | 22 | 0 | 17 | 114 | 203 | 12 | 26 |
| Binary | 110010 | 111101 | 110100 | 10010 | 0 | 1111 | 1001100 | 10000011 | 1010 | 10110 |
Color Harmonies of #323D34
Complementary color
Monochromatic Colors of #323D34
Black with #323D34
Text Example
Text Example
White with #323D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D34; }
p { color: rgb(50,61,52); }
H1.HeaderClassName
{
color: #323D34;
}
.AnyTagClassName
{
color: #323D34;
}
</style>
background-color css
<style>
a { background-color: #323D34; }
a { background-color: rgb(50,61,52); }
div.DivClassName
{
background-color: #323D34;
}
.BgClassName
{
background-color: #323D34;
}
</style>
border-color css
<style>
span { border-color: #323D34; }
span { border-color: rgb(50,61,52); }
td.TdClassName
{
border-color: #323D34;
}
.TagClassName
{
border-color: #323D34;
}
</style>