Shades of Timber Green #333B34
Tints of Timber Green #333B34
RGB
CMYK
RGB Variations
Color information
#333B34 (or 0x333B34) is known color: Timber Green. HEX triplet: 33, 3B and 34. RGB value is (51,59,52). Sum of RGB (Red+Green+Blue) = 51+59+52=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 59 - color contains mainly: green. Hex color #333B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B34 is #CCC4CB. Grayscale: #373737. Windows color (decimal): -13419724 or 3423027. OLE color: 3423027.
HSL color Cylindrical-coordinate representation of color #333B34: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #333B34 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 51 | 59 | 52 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.77 |
| HSL | 127.5º | 0.07% | 0.22% | - |
| HSV(B) | 127.5º | 0.14% | 0.23% | - |
| XYZ | 3.55 | 4.08 | 3.85 | - |
| YUV | 55.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 52 | 0.14 | 0 | 0.12 | 0.77 | 127.5 | 0.07 | 0.22 |
| Hex | 33 | 3B | 34 | E | 0 | C | 4D | 80 | 7 | 16 |
| Octal | 63 | 73 | 64 | 16 | 0 | 14 | 115 | 200 | 7 | 26 |
| Binary | 110011 | 111011 | 110100 | 1110 | 0 | 1100 | 1001101 | 10000000 | 111 | 10110 |
Color Harmonies of #333B34
Complementary color
Monochromatic Colors of #333B34
Black with #333B34
Text Example
Text Example
White with #333B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B34; }
p { color: rgb(51,59,52); }
H1.HeaderClassName
{
color: #333B34;
}
.AnyTagClassName
{
color: #333B34;
}
</style>
background-color css
<style>
a { background-color: #333B34; }
a { background-color: rgb(51,59,52); }
div.DivClassName
{
background-color: #333B34;
}
.BgClassName
{
background-color: #333B34;
}
</style>
border-color css
<style>
span { border-color: #333B34; }
span { border-color: rgb(51,59,52); }
td.TdClassName
{
border-color: #333B34;
}
.TagClassName
{
border-color: #333B34;
}
</style>