Shades of Timber Green #314834
Tints of Timber Green #314834
RGB
CMYK
RGB Variations
Color information
#314834 (or 0x314834) is known color: Timber Green. HEX triplet: 31, 48 and 34. RGB value is (49,72,52). Sum of RGB (Red+Green+Blue) = 49+72+52=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #314834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314834 is #CEB7CB. Grayscale: #3E3E3E. Windows color (decimal): -13547468 or 3426353. OLE color: 3426353.
HSL color Cylindrical-coordinate representation of color #314834: hue angle of 127.83º 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 #314834 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 52 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.72 |
| HSL | 127.83º | 0.19% | 0.24% | - |
| HSV(B) | 127.83º | 0.32% | 0.28% | - |
| XYZ | 4.2 | 5.54 | 4.1 | - |
| YUV | 62.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 52 | 0.32 | 0 | 0.28 | 0.72 | 127.83 | 0.19 | 0.24 |
| Hex | 31 | 48 | 34 | 20 | 0 | 1C | 48 | 80 | 13 | 18 |
| Octal | 61 | 110 | 64 | 40 | 0 | 34 | 110 | 200 | 23 | 30 |
| Binary | 110001 | 1001000 | 110100 | 100000 | 0 | 11100 | 1001000 | 10000000 | 10011 | 11000 |
Color Harmonies of #314834
Complementary color
Monochromatic Colors of #314834
Black with #314834
Text Example
Text Example
White with #314834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314834; }
p { color: rgb(49,72,52); }
H1.HeaderClassName
{
color: #314834;
}
.AnyTagClassName
{
color: #314834;
}
</style>
background-color css
<style>
a { background-color: #314834; }
a { background-color: rgb(49,72,52); }
div.DivClassName
{
background-color: #314834;
}
.BgClassName
{
background-color: #314834;
}
</style>
border-color css
<style>
span { border-color: #314834; }
span { border-color: rgb(49,72,52); }
td.TdClassName
{
border-color: #314834;
}
.TagClassName
{
border-color: #314834;
}
</style>