Shades of Timber Green #313C34
Tints of Timber Green #313C34
RGB
CMYK
RGB Variations
Color information
#313C34 (or 0x313C34) is known color: Timber Green. HEX triplet: 31, 3C and 34. RGB value is (49,60,52). Sum of RGB (Red+Green+Blue) = 49+60+52=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 60 - color contains mainly: green. Hex color #313C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C34 is #CEC3CB. Grayscale: #373737. Windows color (decimal): -13550540 or 3423281. OLE color: 3423281.
HSL color Cylindrical-coordinate representation of color #313C34: hue angle of 136.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #313C34 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 60 | 52 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.76 |
| HSL | 136.36º | 0.1% | 0.21% | - |
| HSV(B) | 136.36º | 0.18% | 0.24% | - |
| XYZ | 3.5 | 4.13 | 3.86 | - |
| YUV | 55.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 52 | 0.18 | 0 | 0.13 | 0.76 | 136.36 | 0.1 | 0.21 |
| Hex | 31 | 3C | 34 | 12 | 0 | D | 4C | 88 | A | 15 |
| Octal | 61 | 74 | 64 | 22 | 0 | 15 | 114 | 210 | 12 | 25 |
| Binary | 110001 | 111100 | 110100 | 10010 | 0 | 1101 | 1001100 | 10001000 | 1010 | 10101 |
Color Harmonies of #313C34
Complementary color
Monochromatic Colors of #313C34
Black with #313C34
Text Example
Text Example
White with #313C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C34; }
p { color: rgb(49,60,52); }
H1.HeaderClassName
{
color: #313C34;
}
.AnyTagClassName
{
color: #313C34;
}
</style>
background-color css
<style>
a { background-color: #313C34; }
a { background-color: rgb(49,60,52); }
div.DivClassName
{
background-color: #313C34;
}
.BgClassName
{
background-color: #313C34;
}
</style>
border-color css
<style>
span { border-color: #313C34; }
span { border-color: rgb(49,60,52); }
td.TdClassName
{
border-color: #313C34;
}
.TagClassName
{
border-color: #313C34;
}
</style>