Shades of Timber Green #333C34
Tints of Timber Green #333C34
RGB
CMYK
RGB Variations
Color information
#333C34 (or 0x333C34) is known color: Timber Green. HEX triplet: 33, 3C and 34. RGB value is (51,60,52). Sum of RGB (Red+Green+Blue) = 51+60+52=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 60 - color contains mainly: green. Hex color #333C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C34 is #CCC3CB. Grayscale: #383838. Windows color (decimal): -13419468 or 3423283. OLE color: 3423283.
HSL color Cylindrical-coordinate representation of color #333C34: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #333C34 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 52 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.76 |
| HSL | 126.67º | 0.08% | 0.22% | - |
| HSV(B) | 126.67º | 0.15% | 0.24% | - |
| XYZ | 3.6 | 4.18 | 3.87 | - |
| YUV | 56.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 52 | 0.15 | 0 | 0.13 | 0.76 | 126.67 | 0.08 | 0.22 |
| Hex | 33 | 3C | 34 | F | 0 | D | 4C | 7F | 8 | 16 |
| Octal | 63 | 74 | 64 | 17 | 0 | 15 | 114 | 177 | 10 | 26 |
| Binary | 110011 | 111100 | 110100 | 1111 | 0 | 1101 | 1001100 | 1111111 | 1000 | 10110 |
Color Harmonies of #333C34
Complementary color
Monochromatic Colors of #333C34
Black with #333C34
Text Example
Text Example
White with #333C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C34; }
p { color: rgb(51,60,52); }
H1.HeaderClassName
{
color: #333C34;
}
.AnyTagClassName
{
color: #333C34;
}
</style>
background-color css
<style>
a { background-color: #333C34; }
a { background-color: rgb(51,60,52); }
div.DivClassName
{
background-color: #333C34;
}
.BgClassName
{
background-color: #333C34;
}
</style>
border-color css
<style>
span { border-color: #333C34; }
span { border-color: rgb(51,60,52); }
td.TdClassName
{
border-color: #333C34;
}
.TagClassName
{
border-color: #333C34;
}
</style>