Shades of Timber Green #314438
Tints of Timber Green #314438
RGB
CMYK
RGB Variations
Color information
#314438 (or 0x314438) is known color: Timber Green. HEX triplet: 31, 44 and 38. RGB value is (49,68,56). Sum of RGB (Red+Green+Blue) = 49+68+56=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #314438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314438 is #CEBBC7. Grayscale: #3C3C3C. Windows color (decimal): -13548488 or 3687473. OLE color: 3687473.
HSL color Cylindrical-coordinate representation of color #314438: hue angle of 142.11º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #314438 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 56 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.73 |
| HSL | 142.11º | 0.16% | 0.23% | - |
| HSV(B) | 142.11º | 0.28% | 0.27% | - |
| XYZ | 4.05 | 5.07 | 4.51 | - |
| YUV | 60.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 56 | 0.28 | 0 | 0.18 | 0.73 | 142.11 | 0.16 | 0.23 |
| Hex | 31 | 44 | 38 | 1C | 0 | 12 | 49 | 8E | 10 | 17 |
| Octal | 61 | 104 | 70 | 34 | 0 | 22 | 111 | 216 | 20 | 27 |
| Binary | 110001 | 1000100 | 111000 | 11100 | 0 | 10010 | 1001001 | 10001110 | 10000 | 10111 |
Color Harmonies of #314438
Complementary color
Monochromatic Colors of #314438
Black with #314438
Text Example
Text Example
White with #314438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314438; }
p { color: rgb(49,68,56); }
H1.HeaderClassName
{
color: #314438;
}
.AnyTagClassName
{
color: #314438;
}
</style>
background-color css
<style>
a { background-color: #314438; }
a { background-color: rgb(49,68,56); }
div.DivClassName
{
background-color: #314438;
}
.BgClassName
{
background-color: #314438;
}
</style>
border-color css
<style>
span { border-color: #314438; }
span { border-color: rgb(49,68,56); }
td.TdClassName
{
border-color: #314438;
}
.TagClassName
{
border-color: #314438;
}
</style>