Shades of Timber Green #323F35
Tints of Timber Green #323F35
RGB
CMYK
RGB Variations
Color information
#323F35 (or 0x323F35) is known color: Timber Green. HEX triplet: 32, 3F and 35. RGB value is (50,63,53). Sum of RGB (Red+Green+Blue) = 50+63+53=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #323F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F35 is #CDC0CA. Grayscale: #393939. Windows color (decimal): -13484235 or 3489586. OLE color: 3489586.
HSL color Cylindrical-coordinate representation of color #323F35: hue angle of 133.85º 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 #323F35 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 53 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.75 |
| HSL | 133.85º | 0.12% | 0.22% | - |
| HSV(B) | 133.85º | 0.21% | 0.25% | - |
| XYZ | 3.74 | 4.49 | 4.04 | - |
| YUV | 57.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 53 | 0.21 | 0 | 0.16 | 0.75 | 133.85 | 0.12 | 0.22 |
| Hex | 32 | 3F | 35 | 15 | 0 | 10 | 4B | 86 | C | 16 |
| Octal | 62 | 77 | 65 | 25 | 0 | 20 | 113 | 206 | 14 | 26 |
| Binary | 110010 | 111111 | 110101 | 10101 | 0 | 10000 | 1001011 | 10000110 | 1100 | 10110 |
Color Harmonies of #323F35
Complementary color
Monochromatic Colors of #323F35
Black with #323F35
Text Example
Text Example
White with #323F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F35; }
p { color: rgb(50,63,53); }
H1.HeaderClassName
{
color: #323F35;
}
.AnyTagClassName
{
color: #323F35;
}
</style>
background-color css
<style>
a { background-color: #323F35; }
a { background-color: rgb(50,63,53); }
div.DivClassName
{
background-color: #323F35;
}
.BgClassName
{
background-color: #323F35;
}
</style>
border-color css
<style>
span { border-color: #323F35; }
span { border-color: rgb(50,63,53); }
td.TdClassName
{
border-color: #323F35;
}
.TagClassName
{
border-color: #323F35;
}
</style>