Shades of Timber Green #323A33
Tints of Timber Green #323A33
RGB
CMYK
RGB Variations
Color information
#323A33 (or 0x323A33) is known color: Timber Green. HEX triplet: 32, 3A and 33. RGB value is (50,58,51). Sum of RGB (Red+Green+Blue) = 50+58+51=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 58 - color contains mainly: green. Hex color #323A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A33 is #CDC5CC. Grayscale: #363636. Windows color (decimal): -13485517 or 3357234. OLE color: 3357234.
HSL color Cylindrical-coordinate representation of color #323A33: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #323A33 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 51 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.77 |
| HSL | 127.5º | 0.07% | 0.21% | - |
| HSV(B) | 127.5º | 0.14% | 0.23% | - |
| XYZ | 3.43 | 3.94 | 3.71 | - |
| YUV | 54.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 51 | 0.14 | 0 | 0.12 | 0.77 | 127.5 | 0.07 | 0.21 |
| Hex | 32 | 3A | 33 | E | 0 | C | 4D | 80 | 7 | 15 |
| Octal | 62 | 72 | 63 | 16 | 0 | 14 | 115 | 200 | 7 | 25 |
| Binary | 110010 | 111010 | 110011 | 1110 | 0 | 1100 | 1001101 | 10000000 | 111 | 10101 |
Color Harmonies of #323A33
Complementary color
Monochromatic Colors of #323A33
Black with #323A33
Text Example
Text Example
White with #323A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A33; }
p { color: rgb(50,58,51); }
H1.HeaderClassName
{
color: #323A33;
}
.AnyTagClassName
{
color: #323A33;
}
</style>
background-color css
<style>
a { background-color: #323A33; }
a { background-color: rgb(50,58,51); }
div.DivClassName
{
background-color: #323A33;
}
.BgClassName
{
background-color: #323A33;
}
</style>
border-color css
<style>
span { border-color: #323A33; }
span { border-color: rgb(50,58,51); }
td.TdClassName
{
border-color: #323A33;
}
.TagClassName
{
border-color: #323A33;
}
</style>