Shades of Timber Green #313F34
Tints of Timber Green #313F34
RGB
CMYK
RGB Variations
Color information
#313F34 (or 0x313F34) is known color: Timber Green. HEX triplet: 31, 3F and 34. RGB value is (49,63,52). Sum of RGB (Red+Green+Blue) = 49+63+52=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 63 - color contains mainly: green. Hex color #313F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F34 is #CEC0CB. Grayscale: #393939. Windows color (decimal): -13549772 or 3424049. OLE color: 3424049.
HSL color Cylindrical-coordinate representation of color #313F34: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #313F34 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 52 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.75 |
| HSL | 132.86º | 0.13% | 0.22% | - |
| HSV(B) | 132.86º | 0.22% | 0.25% | - |
| XYZ | 3.66 | 4.46 | 3.92 | - |
| YUV | 57.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 52 | 0.22 | 0 | 0.17 | 0.75 | 132.86 | 0.13 | 0.22 |
| Hex | 31 | 3F | 34 | 16 | 0 | 11 | 4B | 85 | C | 16 |
| Octal | 61 | 77 | 64 | 26 | 0 | 21 | 113 | 205 | 14 | 26 |
| Binary | 110001 | 111111 | 110100 | 10110 | 0 | 10001 | 1001011 | 10000101 | 1100 | 10110 |
Color Harmonies of #313F34
Complementary color
Monochromatic Colors of #313F34
Black with #313F34
Text Example
Text Example
White with #313F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F34; }
p { color: rgb(49,63,52); }
H1.HeaderClassName
{
color: #313F34;
}
.AnyTagClassName
{
color: #313F34;
}
</style>
background-color css
<style>
a { background-color: #313F34; }
a { background-color: rgb(49,63,52); }
div.DivClassName
{
background-color: #313F34;
}
.BgClassName
{
background-color: #313F34;
}
</style>
border-color css
<style>
span { border-color: #313F34; }
span { border-color: rgb(49,63,52); }
td.TdClassName
{
border-color: #313F34;
}
.TagClassName
{
border-color: #313F34;
}
</style>