Shades of Timber Green #313F32
Tints of Timber Green #313F32
RGB
CMYK
RGB Variations
Color information
#313F32 (or 0x313F32) is known color: Timber Green. HEX triplet: 31, 3F and 32. RGB value is (49,63,50). Sum of RGB (Red+Green+Blue) = 49+63+50=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #313F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F32 is #CEC0CD. Grayscale: #393939. Windows color (decimal): -13549774 or 3292977. OLE color: 3292977.
HSL color Cylindrical-coordinate representation of color #313F32: hue angle of 124.29º 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 #313F32 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 50 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.75 |
| HSL | 124.29º | 0.13% | 0.22% | - |
| HSV(B) | 124.29º | 0.22% | 0.25% | - |
| XYZ | 3.62 | 4.44 | 3.68 | - |
| YUV | 57.33 | 123.86 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 50 | 0.22 | 0 | 0.21 | 0.75 | 124.29 | 0.13 | 0.22 |
| Hex | 31 | 3F | 32 | 16 | 0 | 15 | 4B | 7C | C | 16 |
| Octal | 61 | 77 | 62 | 26 | 0 | 25 | 113 | 174 | 14 | 26 |
| Binary | 110001 | 111111 | 110010 | 10110 | 0 | 10101 | 1001011 | 1111100 | 1100 | 10110 |
Color Harmonies of #313F32
Complementary color
Monochromatic Colors of #313F32
Black with #313F32
Text Example
Text Example
White with #313F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F32; }
p { color: rgb(49,63,50); }
H1.HeaderClassName
{
color: #313F32;
}
.AnyTagClassName
{
color: #313F32;
}
</style>
background-color css
<style>
a { background-color: #313F32; }
a { background-color: rgb(49,63,50); }
div.DivClassName
{
background-color: #313F32;
}
.BgClassName
{
background-color: #313F32;
}
</style>
border-color css
<style>
span { border-color: #313F32; }
span { border-color: rgb(49,63,50); }
td.TdClassName
{
border-color: #313F32;
}
.TagClassName
{
border-color: #313F32;
}
</style>