Shades of Timber Green #364D39
Tints of Timber Green #364D39
RGB
CMYK
RGB Variations
Color information
#364D39 (or 0x364D39) is known color: Timber Green. HEX triplet: 36, 4D and 39. RGB value is (54,77,57). Sum of RGB (Red+Green+Blue) = 54+77+57=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #364D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D39 is #C9B2C6. Grayscale: #434343. Windows color (decimal): -13218503 or 3755318. OLE color: 3755318.
HSL color Cylindrical-coordinate representation of color #364D39: hue angle of 127.83º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D39 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 57 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.70 |
| HSL | 127.83º | 0.18% | 0.26% | - |
| HSV(B) | 127.83º | 0.3% | 0.3% | - |
| XYZ | 4.91 | 6.39 | 4.84 | - |
| YUV | 67.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 57 | 0.30 | 0 | 0.26 | 0.70 | 127.83 | 0.18 | 0.26 |
| Hex | 36 | 4D | 39 | 1E | 0 | 1A | 46 | 80 | 12 | 1A |
| Octal | 66 | 115 | 71 | 36 | 0 | 32 | 106 | 200 | 22 | 32 |
| Binary | 110110 | 1001101 | 111001 | 11110 | 0 | 11010 | 1000110 | 10000000 | 10010 | 11010 |
Color Harmonies of #364D39
Complementary color
Monochromatic Colors of #364D39
Black with #364D39
Text Example
Text Example
White with #364D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D39; }
p { color: rgb(54,77,57); }
H1.HeaderClassName
{
color: #364D39;
}
.AnyTagClassName
{
color: #364D39;
}
</style>
background-color css
<style>
a { background-color: #364D39; }
a { background-color: rgb(54,77,57); }
div.DivClassName
{
background-color: #364D39;
}
.BgClassName
{
background-color: #364D39;
}
</style>
border-color css
<style>
span { border-color: #364D39; }
span { border-color: rgb(54,77,57); }
td.TdClassName
{
border-color: #364D39;
}
.TagClassName
{
border-color: #364D39;
}
</style>