Shades of Timber Green #314336
Tints of Timber Green #314336
RGB
CMYK
RGB Variations
Color information
#314336 (or 0x314336) is known color: Timber Green. HEX triplet: 31, 43 and 36. RGB value is (49,67,54). Sum of RGB (Red+Green+Blue) = 49+67+54=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #314336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314336 is #CEBCC9. Grayscale: #3C3C3C. Windows color (decimal): -13548746 or 3556145. OLE color: 3556145.
HSL color Cylindrical-coordinate representation of color #314336: hue angle of 136.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #314336 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 54 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.74 |
| HSL | 136.67º | 0.16% | 0.23% | - |
| HSV(B) | 136.67º | 0.27% | 0.26% | - |
| XYZ | 3.94 | 4.93 | 4.23 | - |
| YUV | 60.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 54 | 0.27 | 0 | 0.19 | 0.74 | 136.67 | 0.16 | 0.23 |
| Hex | 31 | 43 | 36 | 1B | 0 | 13 | 4A | 89 | 10 | 17 |
| Octal | 61 | 103 | 66 | 33 | 0 | 23 | 112 | 211 | 20 | 27 |
| Binary | 110001 | 1000011 | 110110 | 11011 | 0 | 10011 | 1001010 | 10001001 | 10000 | 10111 |
Color Harmonies of #314336
Complementary color
Monochromatic Colors of #314336
Black with #314336
Text Example
Text Example
White with #314336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314336; }
p { color: rgb(49,67,54); }
H1.HeaderClassName
{
color: #314336;
}
.AnyTagClassName
{
color: #314336;
}
</style>
background-color css
<style>
a { background-color: #314336; }
a { background-color: rgb(49,67,54); }
div.DivClassName
{
background-color: #314336;
}
.BgClassName
{
background-color: #314336;
}
</style>
border-color css
<style>
span { border-color: #314336; }
span { border-color: rgb(49,67,54); }
td.TdClassName
{
border-color: #314336;
}
.TagClassName
{
border-color: #314336;
}
</style>