Shades of Timber Green #314B37
Tints of Timber Green #314B37
RGB
CMYK
RGB Variations
Color information
#314B37 (or 0x314B37) is known color: Timber Green. HEX triplet: 31, 4B and 37. RGB value is (49,75,55). Sum of RGB (Red+Green+Blue) = 49+75+55=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 75 - color contains mainly: green. Hex color #314B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B37 is #CEB4C8. Grayscale: #414141. Windows color (decimal): -13546697 or 3623729. OLE color: 3623729.
HSL color Cylindrical-coordinate representation of color #314B37: hue angle of 133.85º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314B37 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 75 | 55 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.71 |
| HSL | 133.85º | 0.21% | 0.24% | - |
| HSV(B) | 133.85º | 0.35% | 0.29% | - |
| XYZ | 4.47 | 5.96 | 4.53 | - |
| YUV | 64.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 55 | 0.35 | 0 | 0.27 | 0.71 | 133.85 | 0.21 | 0.24 |
| Hex | 31 | 4B | 37 | 23 | 0 | 1B | 47 | 86 | 15 | 18 |
| Octal | 61 | 113 | 67 | 43 | 0 | 33 | 107 | 206 | 25 | 30 |
| Binary | 110001 | 1001011 | 110111 | 100011 | 0 | 11011 | 1000111 | 10000110 | 10101 | 11000 |
Color Harmonies of #314B37
Complementary color
Monochromatic Colors of #314B37
Black with #314B37
Text Example
Text Example
White with #314B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B37; }
p { color: rgb(49,75,55); }
H1.HeaderClassName
{
color: #314B37;
}
.AnyTagClassName
{
color: #314B37;
}
</style>
background-color css
<style>
a { background-color: #314B37; }
a { background-color: rgb(49,75,55); }
div.DivClassName
{
background-color: #314B37;
}
.BgClassName
{
background-color: #314B37;
}
</style>
border-color css
<style>
span { border-color: #314B37; }
span { border-color: rgb(49,75,55); }
td.TdClassName
{
border-color: #314B37;
}
.TagClassName
{
border-color: #314B37;
}
</style>