Shades of Timber Green #314737
Tints of Timber Green #314737
RGB
CMYK
RGB Variations
Color information
#314737 (or 0x314737) is known color: Timber Green. HEX triplet: 31, 47 and 37. RGB value is (49,71,55). Sum of RGB (Red+Green+Blue) = 49+71+55=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #314737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314737 is #CEB8C8. Grayscale: #3E3E3E. Windows color (decimal): -13547721 or 3622705. OLE color: 3622705.
HSL color Cylindrical-coordinate representation of color #314737: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314737 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 55 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.72 |
| HSL | 136.36º | 0.18% | 0.24% | - |
| HSV(B) | 136.36º | 0.31% | 0.28% | - |
| XYZ | 4.21 | 5.44 | 4.44 | - |
| YUV | 62.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 55 | 0.31 | 0 | 0.23 | 0.72 | 136.36 | 0.18 | 0.24 |
| Hex | 31 | 47 | 37 | 1F | 0 | 17 | 48 | 88 | 12 | 18 |
| Octal | 61 | 107 | 67 | 37 | 0 | 27 | 110 | 210 | 22 | 30 |
| Binary | 110001 | 1000111 | 110111 | 11111 | 0 | 10111 | 1001000 | 10001000 | 10010 | 11000 |
Color Harmonies of #314737
Complementary color
Monochromatic Colors of #314737
Black with #314737
Text Example
Text Example
White with #314737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314737; }
p { color: rgb(49,71,55); }
H1.HeaderClassName
{
color: #314737;
}
.AnyTagClassName
{
color: #314737;
}
</style>
background-color css
<style>
a { background-color: #314737; }
a { background-color: rgb(49,71,55); }
div.DivClassName
{
background-color: #314737;
}
.BgClassName
{
background-color: #314737;
}
</style>
border-color css
<style>
span { border-color: #314737; }
span { border-color: rgb(49,71,55); }
td.TdClassName
{
border-color: #314737;
}
.TagClassName
{
border-color: #314737;
}
</style>