Shades of Timber Green #373C38
Tints of Timber Green #373C38
RGB
CMYK
RGB Variations
Color information
#373C38 (or 0x373C38) is known color: Timber Green. HEX triplet: 37, 3C and 38. RGB value is (55,60,56). Sum of RGB (Red+Green+Blue) = 55+60+56=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 60 - color contains mainly: green. Hex color #373C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C38 is #C8C3C7. Grayscale: #3A3A3A. Windows color (decimal): -13157320 or 3685431. OLE color: 3685431.
HSL color Cylindrical-coordinate representation of color #373C38: hue angle of 132º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #373C38 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 60 | 56 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.76 |
| HSL | 132º | 0.04% | 0.23% | - |
| HSV(B) | 132º | 0.08% | 0.24% | - |
| XYZ | 3.91 | 4.33 | 4.37 | - |
| YUV | 58.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 56 | 0.08 | 0 | 0.07 | 0.76 | 132 | 0.04 | 0.23 |
| Hex | 37 | 3C | 38 | 8 | 0 | 7 | 4C | 84 | 4 | 17 |
| Octal | 67 | 74 | 70 | 10 | 0 | 7 | 114 | 204 | 4 | 27 |
| Binary | 110111 | 111100 | 111000 | 1000 | 0 | 111 | 1001100 | 10000100 | 100 | 10111 |
Color Harmonies of #373C38
Complementary color
Monochromatic Colors of #373C38
Black with #373C38
Text Example
Text Example
White with #373C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C38; }
p { color: rgb(55,60,56); }
H1.HeaderClassName
{
color: #373C38;
}
.AnyTagClassName
{
color: #373C38;
}
</style>
background-color css
<style>
a { background-color: #373C38; }
a { background-color: rgb(55,60,56); }
div.DivClassName
{
background-color: #373C38;
}
.BgClassName
{
background-color: #373C38;
}
</style>
border-color css
<style>
span { border-color: #373C38; }
span { border-color: rgb(55,60,56); }
td.TdClassName
{
border-color: #373C38;
}
.TagClassName
{
border-color: #373C38;
}
</style>