Shades of Timber Green #314D36
Tints of Timber Green #314D36
RGB
CMYK
RGB Variations
Color information
#314D36 (or 0x314D36) is known color: Timber Green. HEX triplet: 31, 4D and 36. RGB value is (49,77,54). Sum of RGB (Red+Green+Blue) = 49+77+54=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #314D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D36 is #CEB2C9. Grayscale: #424242. Windows color (decimal): -13546186 or 3558705. OLE color: 3558705.
HSL color Cylindrical-coordinate representation of color #314D36: hue angle of 130.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D36 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 54 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.70 |
| HSL | 130.71º | 0.22% | 0.25% | - |
| HSV(B) | 130.71º | 0.36% | 0.3% | - |
| XYZ | 4.59 | 6.23 | 4.45 | - |
| YUV | 66.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 54 | 0.36 | 0 | 0.30 | 0.70 | 130.71 | 0.22 | 0.25 |
| Hex | 31 | 4D | 36 | 24 | 0 | 1E | 46 | 83 | 16 | 19 |
| Octal | 61 | 115 | 66 | 44 | 0 | 36 | 106 | 203 | 26 | 31 |
| Binary | 110001 | 1001101 | 110110 | 100100 | 0 | 11110 | 1000110 | 10000011 | 10110 | 11001 |
Color Harmonies of #314D36
Complementary color
Monochromatic Colors of #314D36
Black with #314D36
Text Example
Text Example
White with #314D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D36; }
p { color: rgb(49,77,54); }
H1.HeaderClassName
{
color: #314D36;
}
.AnyTagClassName
{
color: #314D36;
}
</style>
background-color css
<style>
a { background-color: #314D36; }
a { background-color: rgb(49,77,54); }
div.DivClassName
{
background-color: #314D36;
}
.BgClassName
{
background-color: #314D36;
}
</style>
border-color css
<style>
span { border-color: #314D36; }
span { border-color: rgb(49,77,54); }
td.TdClassName
{
border-color: #314D36;
}
.TagClassName
{
border-color: #314D36;
}
</style>