Shades of Timber Green #314235
Tints of Timber Green #314235
RGB
CMYK
RGB Variations
Color information
#314235 (or 0x314235) is known color: Timber Green. HEX triplet: 31, 42 and 35. RGB value is (49,66,53). Sum of RGB (Red+Green+Blue) = 49+66+53=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #314235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314235 is #CEBDCA. Grayscale: #3B3B3B. Windows color (decimal): -13549003 or 3490353. OLE color: 3490353.
HSL color Cylindrical-coordinate representation of color #314235: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #314235 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 53 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.74 |
| HSL | 134.12º | 0.15% | 0.23% | - |
| HSV(B) | 134.12º | 0.26% | 0.26% | - |
| XYZ | 3.86 | 4.81 | 4.09 | - |
| YUV | 59.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 53 | 0.26 | 0 | 0.20 | 0.74 | 134.12 | 0.15 | 0.23 |
| Hex | 31 | 42 | 35 | 1A | 0 | 14 | 4A | 86 | F | 17 |
| Octal | 61 | 102 | 65 | 32 | 0 | 24 | 112 | 206 | 17 | 27 |
| Binary | 110001 | 1000010 | 110101 | 11010 | 0 | 10100 | 1001010 | 10000110 | 1111 | 10111 |
Color Harmonies of #314235
Complementary color
Monochromatic Colors of #314235
Black with #314235
Text Example
Text Example
White with #314235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314235; }
p { color: rgb(49,66,53); }
H1.HeaderClassName
{
color: #314235;
}
.AnyTagClassName
{
color: #314235;
}
</style>
background-color css
<style>
a { background-color: #314235; }
a { background-color: rgb(49,66,53); }
div.DivClassName
{
background-color: #314235;
}
.BgClassName
{
background-color: #314235;
}
</style>
border-color css
<style>
span { border-color: #314235; }
span { border-color: rgb(49,66,53); }
td.TdClassName
{
border-color: #314235;
}
.TagClassName
{
border-color: #314235;
}
</style>