Shades of Timber Green #374338
Tints of Timber Green #374338
RGB
CMYK
RGB Variations
Color information
#374338 (or 0x374338) is known color: Timber Green. HEX triplet: 37, 43 and 38. RGB value is (55,67,56). Sum of RGB (Red+Green+Blue) = 55+67+56=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 67 - color contains mainly: green. Hex color #374338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374338 is #C8BCC7. Grayscale: #3E3E3E. Windows color (decimal): -13155528 or 3687223. OLE color: 3687223.
HSL color Cylindrical-coordinate representation of color #374338: hue angle of 125º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #374338 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 56 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.74 |
| HSL | 125º | 0.1% | 0.24% | - |
| HSV(B) | 125º | 0.18% | 0.26% | - |
| XYZ | 4.3 | 5.11 | 4.5 | - |
| YUV | 62.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 56 | 0.18 | 0 | 0.16 | 0.74 | 125 | 0.1 | 0.24 |
| Hex | 37 | 43 | 38 | 12 | 0 | 10 | 4A | 7D | A | 18 |
| Octal | 67 | 103 | 70 | 22 | 0 | 20 | 112 | 175 | 12 | 30 |
| Binary | 110111 | 1000011 | 111000 | 10010 | 0 | 10000 | 1001010 | 1111101 | 1010 | 11000 |
Color Harmonies of #374338
Complementary color
Monochromatic Colors of #374338
Black with #374338
Text Example
Text Example
White with #374338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374338; }
p { color: rgb(55,67,56); }
H1.HeaderClassName
{
color: #374338;
}
.AnyTagClassName
{
color: #374338;
}
</style>
background-color css
<style>
a { background-color: #374338; }
a { background-color: rgb(55,67,56); }
div.DivClassName
{
background-color: #374338;
}
.BgClassName
{
background-color: #374338;
}
</style>
border-color css
<style>
span { border-color: #374338; }
span { border-color: rgb(55,67,56); }
td.TdClassName
{
border-color: #374338;
}
.TagClassName
{
border-color: #374338;
}
</style>