Shades of Timber Green #314335
Tints of Timber Green #314335
RGB
CMYK
RGB Variations
Color information
#314335 (or 0x314335) is known color: Timber Green. HEX triplet: 31, 43 and 35. RGB value is (49,67,53). Sum of RGB (Red+Green+Blue) = 49+67+53=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #314335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314335 is #CEBCCA. Grayscale: #3C3C3C. Windows color (decimal): -13548747 or 3490609. OLE color: 3490609.
HSL color Cylindrical-coordinate representation of color #314335: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #314335 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 67 | 53 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.74 |
| HSL | 133.33º | 0.16% | 0.23% | - |
| HSV(B) | 133.33º | 0.27% | 0.26% | - |
| XYZ | 3.92 | 4.92 | 4.11 | - |
| YUV | 60.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 53 | 0.27 | 0 | 0.21 | 0.74 | 133.33 | 0.16 | 0.23 |
| Hex | 31 | 43 | 35 | 1B | 0 | 15 | 4A | 85 | 10 | 17 |
| Octal | 61 | 103 | 65 | 33 | 0 | 25 | 112 | 205 | 20 | 27 |
| Binary | 110001 | 1000011 | 110101 | 11011 | 0 | 10101 | 1001010 | 10000101 | 10000 | 10111 |
Color Harmonies of #314335
Complementary color
Monochromatic Colors of #314335
Black with #314335
Text Example
Text Example
White with #314335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314335; }
p { color: rgb(49,67,53); }
H1.HeaderClassName
{
color: #314335;
}
.AnyTagClassName
{
color: #314335;
}
</style>
background-color css
<style>
a { background-color: #314335; }
a { background-color: rgb(49,67,53); }
div.DivClassName
{
background-color: #314335;
}
.BgClassName
{
background-color: #314335;
}
</style>
border-color css
<style>
span { border-color: #314335; }
span { border-color: rgb(49,67,53); }
td.TdClassName
{
border-color: #314335;
}
.TagClassName
{
border-color: #314335;
}
</style>