Shades of Timber Green #314433
Tints of Timber Green #314433
RGB
CMYK
RGB Variations
Color information
#314433 (or 0x314433) is known color: Timber Green. HEX triplet: 31, 44 and 33. RGB value is (49,68,51). Sum of RGB (Red+Green+Blue) = 49+68+51=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 51 (20.31% from 255 or 30.36% from 168); Max value from RGB is 68 - color contains mainly: green. Hex color #314433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314433 is #CEBBCC. Grayscale: #3C3C3C. Windows color (decimal): -13548493 or 3359793. OLE color: 3359793.
HSL color Cylindrical-coordinate representation of color #314433: hue angle of 126.32º 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 #314433 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 51 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.73 |
| HSL | 126.32º | 0.16% | 0.23% | - |
| HSV(B) | 126.32º | 0.28% | 0.27% | - |
| XYZ | 3.93 | 5.03 | 3.89 | - |
| YUV | 60.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 51 | 0.28 | 0 | 0.25 | 0.73 | 126.32 | 0.16 | 0.23 |
| Hex | 31 | 44 | 33 | 1C | 0 | 19 | 49 | 7E | 10 | 17 |
| Octal | 61 | 104 | 63 | 34 | 0 | 31 | 111 | 176 | 20 | 27 |
| Binary | 110001 | 1000100 | 110011 | 11100 | 0 | 11001 | 1001001 | 1111110 | 10000 | 10111 |
Color Harmonies of #314433
Complementary color
Monochromatic Colors of #314433
Black with #314433
Text Example
Text Example
White with #314433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314433; }
p { color: rgb(49,68,51); }
H1.HeaderClassName
{
color: #314433;
}
.AnyTagClassName
{
color: #314433;
}
</style>
background-color css
<style>
a { background-color: #314433; }
a { background-color: rgb(49,68,51); }
div.DivClassName
{
background-color: #314433;
}
.BgClassName
{
background-color: #314433;
}
</style>
border-color css
<style>
span { border-color: #314433; }
span { border-color: rgb(49,68,51); }
td.TdClassName
{
border-color: #314433;
}
.TagClassName
{
border-color: #314433;
}
</style>