Shades of Timber Green #314134
Tints of Timber Green #314134
RGB
CMYK
RGB Variations
Color information
#314134 (or 0x314134) is known color: Timber Green. HEX triplet: 31, 41 and 34. RGB value is (49,65,52). Sum of RGB (Red+Green+Blue) = 49+65+52=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #314134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314134 is #CEBECB. Grayscale: #3A3A3A. Windows color (decimal): -13549260 or 3424561. OLE color: 3424561.
HSL color Cylindrical-coordinate representation of color #314134: hue angle of 131.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #314134 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 52 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.75 |
| HSL | 131.25º | 0.14% | 0.22% | - |
| HSV(B) | 131.25º | 0.25% | 0.25% | - |
| XYZ | 3.78 | 4.68 | 3.95 | - |
| YUV | 58.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 52 | 0.25 | 0 | 0.20 | 0.75 | 131.25 | 0.14 | 0.22 |
| Hex | 31 | 41 | 34 | 19 | 0 | 14 | 4B | 83 | E | 16 |
| Octal | 61 | 101 | 64 | 31 | 0 | 24 | 113 | 203 | 16 | 26 |
| Binary | 110001 | 1000001 | 110100 | 11001 | 0 | 10100 | 1001011 | 10000011 | 1110 | 10110 |
Color Harmonies of #314134
Complementary color
Monochromatic Colors of #314134
Black with #314134
Text Example
Text Example
White with #314134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314134; }
p { color: rgb(49,65,52); }
H1.HeaderClassName
{
color: #314134;
}
.AnyTagClassName
{
color: #314134;
}
</style>
background-color css
<style>
a { background-color: #314134; }
a { background-color: rgb(49,65,52); }
div.DivClassName
{
background-color: #314134;
}
.BgClassName
{
background-color: #314134;
}
</style>
border-color css
<style>
span { border-color: #314134; }
span { border-color: rgb(49,65,52); }
td.TdClassName
{
border-color: #314134;
}
.TagClassName
{
border-color: #314134;
}
</style>