Shades of Timber Green #314837
Tints of Timber Green #314837
RGB
CMYK
RGB Variations
Color information
#314837 (or 0x314837) is known color: Timber Green. HEX triplet: 31, 48 and 37. RGB value is (49,72,55). Sum of RGB (Red+Green+Blue) = 49+72+55=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #314837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314837 is #CEB7C8. Grayscale: #3F3F3F. Windows color (decimal): -13547465 or 3622961. OLE color: 3622961.
HSL color Cylindrical-coordinate representation of color #314837: hue angle of 135.65º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314837 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 55 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.72 |
| HSL | 135.65º | 0.19% | 0.24% | - |
| HSV(B) | 135.65º | 0.32% | 0.28% | - |
| XYZ | 4.27 | 5.56 | 4.46 | - |
| YUV | 63.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 55 | 0.32 | 0 | 0.24 | 0.72 | 135.65 | 0.19 | 0.24 |
| Hex | 31 | 48 | 37 | 20 | 0 | 18 | 48 | 88 | 13 | 18 |
| Octal | 61 | 110 | 67 | 40 | 0 | 30 | 110 | 210 | 23 | 30 |
| Binary | 110001 | 1001000 | 110111 | 100000 | 0 | 11000 | 1001000 | 10001000 | 10011 | 11000 |
Color Harmonies of #314837
Complementary color
Monochromatic Colors of #314837
Black with #314837
Text Example
Text Example
White with #314837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314837; }
p { color: rgb(49,72,55); }
H1.HeaderClassName
{
color: #314837;
}
.AnyTagClassName
{
color: #314837;
}
</style>
background-color css
<style>
a { background-color: #314837; }
a { background-color: rgb(49,72,55); }
div.DivClassName
{
background-color: #314837;
}
.BgClassName
{
background-color: #314837;
}
</style>
border-color css
<style>
span { border-color: #314837; }
span { border-color: rgb(49,72,55); }
td.TdClassName
{
border-color: #314837;
}
.TagClassName
{
border-color: #314837;
}
</style>