Shades of Timber Green #313A32
Tints of Timber Green #313A32
RGB
CMYK
RGB Variations
Color information
#313A32 (or 0x313A32) is known color: Timber Green. HEX triplet: 31, 3A and 32. RGB value is (49,58,50). Sum of RGB (Red+Green+Blue) = 49+58+50=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #313A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A32 is #CEC5CD. Grayscale: #363636. Windows color (decimal): -13551054 or 3291697. OLE color: 3291697.
HSL color Cylindrical-coordinate representation of color #313A32: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #313A32 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 58 | 50 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.77 |
| HSL | 126.67º | 0.08% | 0.21% | - |
| HSV(B) | 126.67º | 0.16% | 0.23% | - |
| XYZ | 3.36 | 3.91 | 3.6 | - |
| YUV | 54.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 50 | 0.16 | 0 | 0.14 | 0.77 | 126.67 | 0.08 | 0.21 |
| Hex | 31 | 3A | 32 | 10 | 0 | E | 4D | 7F | 8 | 15 |
| Octal | 61 | 72 | 62 | 20 | 0 | 16 | 115 | 177 | 10 | 25 |
| Binary | 110001 | 111010 | 110010 | 10000 | 0 | 1110 | 1001101 | 1111111 | 1000 | 10101 |
Color Harmonies of #313A32
Complementary color
Monochromatic Colors of #313A32
Black with #313A32
Text Example
Text Example
White with #313A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A32; }
p { color: rgb(49,58,50); }
H1.HeaderClassName
{
color: #313A32;
}
.AnyTagClassName
{
color: #313A32;
}
</style>
background-color css
<style>
a { background-color: #313A32; }
a { background-color: rgb(49,58,50); }
div.DivClassName
{
background-color: #313A32;
}
.BgClassName
{
background-color: #313A32;
}
</style>
border-color css
<style>
span { border-color: #313A32; }
span { border-color: rgb(49,58,50); }
td.TdClassName
{
border-color: #313A32;
}
.TagClassName
{
border-color: #313A32;
}
</style>