Shades of Timber Green #374D3A
Tints of Timber Green #374D3A
RGB
CMYK
RGB Variations
Color information
#374D3A (or 0x374D3A) is known color: Timber Green. HEX triplet: 37, 4D and 3A. RGB value is (55,77,58). Sum of RGB (Red+Green+Blue) = 55+77+58=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 77 - color contains mainly: green. Hex color #374D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D3A is #C8B2C5. Grayscale: #444444. Windows color (decimal): -13152966 or 3820855. OLE color: 3820855.
HSL color Cylindrical-coordinate representation of color #374D3A: hue angle of 128.18º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #374D3A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 58 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.70 |
| HSL | 128.18º | 0.17% | 0.26% | - |
| HSV(B) | 128.18º | 0.29% | 0.3% | - |
| XYZ | 4.99 | 6.43 | 4.98 | - |
| YUV | 68.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 58 | 0.29 | 0 | 0.25 | 0.70 | 128.18 | 0.17 | 0.26 |
| Hex | 37 | 4D | 3A | 1D | 0 | 19 | 46 | 80 | 11 | 1A |
| Octal | 67 | 115 | 72 | 35 | 0 | 31 | 106 | 200 | 21 | 32 |
| Binary | 110111 | 1001101 | 111010 | 11101 | 0 | 11001 | 1000110 | 10000000 | 10001 | 11010 |
Color Harmonies of #374D3A
Complementary color
Monochromatic Colors of #374D3A
Black with #374D3A
Text Example
Text Example
White with #374D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D3A; }
p { color: rgb(55,77,58); }
H1.HeaderClassName
{
color: #374D3A;
}
.AnyTagClassName
{
color: #374D3A;
}
</style>
background-color css
<style>
a { background-color: #374D3A; }
a { background-color: rgb(55,77,58); }
div.DivClassName
{
background-color: #374D3A;
}
.BgClassName
{
background-color: #374D3A;
}
</style>
border-color css
<style>
span { border-color: #374D3A; }
span { border-color: rgb(55,77,58); }
td.TdClassName
{
border-color: #374D3A;
}
.TagClassName
{
border-color: #374D3A;
}
</style>