Shades of Timber Green #314535
Tints of Timber Green #314535
RGB
CMYK
RGB Variations
Color information
#314535 (or 0x314535) is known color: Timber Green. HEX triplet: 31, 45 and 35. RGB value is (49,69,53). Sum of RGB (Red+Green+Blue) = 49+69+53=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #314535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314535 is #CEBACA. Grayscale: #3D3D3D. Windows color (decimal): -13548235 or 3491121. OLE color: 3491121.
HSL color Cylindrical-coordinate representation of color #314535: hue angle of 132º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #314535 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 53 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.73 |
| HSL | 132º | 0.17% | 0.23% | - |
| HSV(B) | 132º | 0.29% | 0.27% | - |
| XYZ | 4.04 | 5.17 | 4.15 | - |
| YUV | 61.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 53 | 0.29 | 0 | 0.23 | 0.73 | 132 | 0.17 | 0.23 |
| Hex | 31 | 45 | 35 | 1D | 0 | 17 | 49 | 84 | 11 | 17 |
| Octal | 61 | 105 | 65 | 35 | 0 | 27 | 111 | 204 | 21 | 27 |
| Binary | 110001 | 1000101 | 110101 | 11101 | 0 | 10111 | 1001001 | 10000100 | 10001 | 10111 |
Color Harmonies of #314535
Complementary color
Monochromatic Colors of #314535
Black with #314535
Text Example
Text Example
White with #314535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314535; }
p { color: rgb(49,69,53); }
H1.HeaderClassName
{
color: #314535;
}
.AnyTagClassName
{
color: #314535;
}
</style>
background-color css
<style>
a { background-color: #314535; }
a { background-color: rgb(49,69,53); }
div.DivClassName
{
background-color: #314535;
}
.BgClassName
{
background-color: #314535;
}
</style>
border-color css
<style>
span { border-color: #314535; }
span { border-color: rgb(49,69,53); }
td.TdClassName
{
border-color: #314535;
}
.TagClassName
{
border-color: #314535;
}
</style>