Shades of Timber Green #333C36
Tints of Timber Green #333C36
RGB
CMYK
RGB Variations
Color information
#333C36 (or 0x333C36) is known color: Timber Green. HEX triplet: 33, 3C and 36. RGB value is (51,60,54). Sum of RGB (Red+Green+Blue) = 51+60+54=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #333C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C36 is #CCC3C9. Grayscale: #383838. Windows color (decimal): -13419466 or 3554355. OLE color: 3554355.
HSL color Cylindrical-coordinate representation of color #333C36: hue angle of 140º 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 #333C36 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 54 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.76 |
| HSL | 140º | 0.08% | 0.22% | - |
| HSV(B) | 140º | 0.15% | 0.24% | - |
| XYZ | 3.65 | 4.2 | 4.11 | - |
| YUV | 56.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 54 | 0.15 | 0 | 0.10 | 0.76 | 140 | 0.08 | 0.22 |
| Hex | 33 | 3C | 36 | F | 0 | A | 4C | 8C | 8 | 16 |
| Octal | 63 | 74 | 66 | 17 | 0 | 12 | 114 | 214 | 10 | 26 |
| Binary | 110011 | 111100 | 110110 | 1111 | 0 | 1010 | 1001100 | 10001100 | 1000 | 10110 |
Color Harmonies of #333C36
Complementary color
Monochromatic Colors of #333C36
Black with #333C36
Text Example
Text Example
White with #333C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C36; }
p { color: rgb(51,60,54); }
H1.HeaderClassName
{
color: #333C36;
}
.AnyTagClassName
{
color: #333C36;
}
</style>
background-color css
<style>
a { background-color: #333C36; }
a { background-color: rgb(51,60,54); }
div.DivClassName
{
background-color: #333C36;
}
.BgClassName
{
background-color: #333C36;
}
</style>
border-color css
<style>
span { border-color: #333C36; }
span { border-color: rgb(51,60,54); }
td.TdClassName
{
border-color: #333C36;
}
.TagClassName
{
border-color: #333C36;
}
</style>