Shades of Timber Green #373D38
Tints of Timber Green #373D38
RGB
CMYK
RGB Variations
Color information
#373D38 (or 0x373D38) is known color: Timber Green. HEX triplet: 37, 3D and 38. RGB value is (55,61,56). Sum of RGB (Red+Green+Blue) = 55+61+56=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 61 - color contains mainly: green. Hex color #373D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D38 is #C8C2C7. Grayscale: #3A3A3A. Windows color (decimal): -13157064 or 3685687. OLE color: 3685687.
HSL color Cylindrical-coordinate representation of color #373D38: hue angle of 130º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #373D38 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 56 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.76 |
| HSL | 130º | 0.05% | 0.23% | - |
| HSV(B) | 130º | 0.1% | 0.24% | - |
| XYZ | 3.96 | 4.44 | 4.39 | - |
| YUV | 58.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 56 | 0.10 | 0 | 0.08 | 0.76 | 130 | 0.05 | 0.23 |
| Hex | 37 | 3D | 38 | A | 0 | 8 | 4C | 82 | 5 | 17 |
| Octal | 67 | 75 | 70 | 12 | 0 | 10 | 114 | 202 | 5 | 27 |
| Binary | 110111 | 111101 | 111000 | 1010 | 0 | 1000 | 1001100 | 10000010 | 101 | 10111 |
Color Harmonies of #373D38
Complementary color
Monochromatic Colors of #373D38
Black with #373D38
Text Example
Text Example
White with #373D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D38; }
p { color: rgb(55,61,56); }
H1.HeaderClassName
{
color: #373D38;
}
.AnyTagClassName
{
color: #373D38;
}
</style>
background-color css
<style>
a { background-color: #373D38; }
a { background-color: rgb(55,61,56); }
div.DivClassName
{
background-color: #373D38;
}
.BgClassName
{
background-color: #373D38;
}
</style>
border-color css
<style>
span { border-color: #373D38; }
span { border-color: rgb(55,61,56); }
td.TdClassName
{
border-color: #373D38;
}
.TagClassName
{
border-color: #373D38;
}
</style>