Shades of Timber Green #374A38
Tints of Timber Green #374A38
RGB
CMYK
RGB Variations
Color information
#374A38 (or 0x374A38) is known color: Timber Green. HEX triplet: 37, 4A and 38. RGB value is (55,74,56). Sum of RGB (Red+Green+Blue) = 55+74+56=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #374A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A38 is #C8B5C7. Grayscale: #424242. Windows color (decimal): -13153736 or 3689015. OLE color: 3689015.
HSL color Cylindrical-coordinate representation of color #374A38: hue angle of 123.16º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374A38 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 56 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.71 |
| HSL | 123.16º | 0.15% | 0.25% | - |
| HSV(B) | 123.16º | 0.26% | 0.29% | - |
| XYZ | 4.74 | 6 | 4.65 | - |
| YUV | 66.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 56 | 0.26 | 0 | 0.24 | 0.71 | 123.16 | 0.15 | 0.25 |
| Hex | 37 | 4A | 38 | 1A | 0 | 18 | 47 | 7B | F | 19 |
| Octal | 67 | 112 | 70 | 32 | 0 | 30 | 107 | 173 | 17 | 31 |
| Binary | 110111 | 1001010 | 111000 | 11010 | 0 | 11000 | 1000111 | 1111011 | 1111 | 11001 |
Color Harmonies of #374A38
Complementary color
Monochromatic Colors of #374A38
Black with #374A38
Text Example
Text Example
White with #374A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A38; }
p { color: rgb(55,74,56); }
H1.HeaderClassName
{
color: #374A38;
}
.AnyTagClassName
{
color: #374A38;
}
</style>
background-color css
<style>
a { background-color: #374A38; }
a { background-color: rgb(55,74,56); }
div.DivClassName
{
background-color: #374A38;
}
.BgClassName
{
background-color: #374A38;
}
</style>
border-color css
<style>
span { border-color: #374A38; }
span { border-color: rgb(55,74,56); }
td.TdClassName
{
border-color: #374A38;
}
.TagClassName
{
border-color: #374A38;
}
</style>