Shades of Timber Green #314533
Tints of Timber Green #314533
RGB
CMYK
RGB Variations
Color information
#314533 (or 0x314533) is known color: Timber Green. HEX triplet: 31, 45 and 33. RGB value is (49,69,51). Sum of RGB (Red+Green+Blue) = 49+69+51=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #314533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314533 is #CEBACC. Grayscale: #3D3D3D. Windows color (decimal): -13548237 or 3360049. OLE color: 3360049.
HSL color Cylindrical-coordinate representation of color #314533: hue angle of 126º 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 #314533 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 51 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.73 |
| HSL | 126º | 0.17% | 0.23% | - |
| HSV(B) | 126º | 0.29% | 0.27% | - |
| XYZ | 3.99 | 5.15 | 3.92 | - |
| YUV | 60.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 51 | 0.29 | 0 | 0.26 | 0.73 | 126 | 0.17 | 0.23 |
| Hex | 31 | 45 | 33 | 1D | 0 | 1A | 49 | 7E | 11 | 17 |
| Octal | 61 | 105 | 63 | 35 | 0 | 32 | 111 | 176 | 21 | 27 |
| Binary | 110001 | 1000101 | 110011 | 11101 | 0 | 11010 | 1001001 | 1111110 | 10001 | 10111 |
Color Harmonies of #314533
Complementary color
Monochromatic Colors of #314533
Black with #314533
Text Example
Text Example
White with #314533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314533; }
p { color: rgb(49,69,51); }
H1.HeaderClassName
{
color: #314533;
}
.AnyTagClassName
{
color: #314533;
}
</style>
background-color css
<style>
a { background-color: #314533; }
a { background-color: rgb(49,69,51); }
div.DivClassName
{
background-color: #314533;
}
.BgClassName
{
background-color: #314533;
}
</style>
border-color css
<style>
span { border-color: #314533; }
span { border-color: rgb(49,69,51); }
td.TdClassName
{
border-color: #314533;
}
.TagClassName
{
border-color: #314533;
}
</style>