Shades of Timber Green #323F34
Tints of Timber Green #323F34
RGB
CMYK
RGB Variations
Color information
#323F34 (or 0x323F34) is known color: Timber Green. HEX triplet: 32, 3F and 34. RGB value is (50,63,52). Sum of RGB (Red+Green+Blue) = 50+63+52=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 63 - color contains mainly: green. Hex color #323F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F34 is #CDC0CB. Grayscale: #393939. Windows color (decimal): -13484236 or 3424050. OLE color: 3424050.
HSL color Cylindrical-coordinate representation of color #323F34: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323F34 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 52 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.75 |
| HSL | 129.23º | 0.12% | 0.22% | - |
| HSV(B) | 129.23º | 0.21% | 0.25% | - |
| XYZ | 3.71 | 4.48 | 3.92 | - |
| YUV | 57.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 52 | 0.21 | 0 | 0.17 | 0.75 | 129.23 | 0.12 | 0.22 |
| Hex | 32 | 3F | 34 | 15 | 0 | 11 | 4B | 81 | C | 16 |
| Octal | 62 | 77 | 64 | 25 | 0 | 21 | 113 | 201 | 14 | 26 |
| Binary | 110010 | 111111 | 110100 | 10101 | 0 | 10001 | 1001011 | 10000001 | 1100 | 10110 |
Color Harmonies of #323F34
Complementary color
Monochromatic Colors of #323F34
Black with #323F34
Text Example
Text Example
White with #323F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F34; }
p { color: rgb(50,63,52); }
H1.HeaderClassName
{
color: #323F34;
}
.AnyTagClassName
{
color: #323F34;
}
</style>
background-color css
<style>
a { background-color: #323F34; }
a { background-color: rgb(50,63,52); }
div.DivClassName
{
background-color: #323F34;
}
.BgClassName
{
background-color: #323F34;
}
</style>
border-color css
<style>
span { border-color: #323F34; }
span { border-color: rgb(50,63,52); }
td.TdClassName
{
border-color: #323F34;
}
.TagClassName
{
border-color: #323F34;
}
</style>