Shades of Timber Green #334B36
Tints of Timber Green #334B36
RGB
CMYK
RGB Variations
Color information
#334B36 (or 0x334B36) is known color: Timber Green. HEX triplet: 33, 4B and 36. RGB value is (51,75,54). Sum of RGB (Red+Green+Blue) = 51+75+54=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #334B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B36 is #CCB4C9. Grayscale: #414141. Windows color (decimal): -13415626 or 3558195. OLE color: 3558195.
HSL color Cylindrical-coordinate representation of color #334B36: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B36 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 54 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.71 |
| HSL | 127.5º | 0.19% | 0.25% | - |
| HSV(B) | 127.5º | 0.32% | 0.29% | - |
| XYZ | 4.55 | 6 | 4.41 | - |
| YUV | 65.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 54 | 0.32 | 0 | 0.28 | 0.71 | 127.5 | 0.19 | 0.25 |
| Hex | 33 | 4B | 36 | 20 | 0 | 1C | 47 | 80 | 13 | 19 |
| Octal | 63 | 113 | 66 | 40 | 0 | 34 | 107 | 200 | 23 | 31 |
| Binary | 110011 | 1001011 | 110110 | 100000 | 0 | 11100 | 1000111 | 10000000 | 10011 | 11001 |
Color Harmonies of #334B36
Complementary color
Monochromatic Colors of #334B36
Black with #334B36
Text Example
Text Example
White with #334B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B36; }
p { color: rgb(51,75,54); }
H1.HeaderClassName
{
color: #334B36;
}
.AnyTagClassName
{
color: #334B36;
}
</style>
background-color css
<style>
a { background-color: #334B36; }
a { background-color: rgb(51,75,54); }
div.DivClassName
{
background-color: #334B36;
}
.BgClassName
{
background-color: #334B36;
}
</style>
border-color css
<style>
span { border-color: #334B36; }
span { border-color: rgb(51,75,54); }
td.TdClassName
{
border-color: #334B36;
}
.TagClassName
{
border-color: #334B36;
}
</style>