Shades of Timber Green #373F38
Tints of Timber Green #373F38
RGB
CMYK
RGB Variations
Color information
#373F38 (or 0x373F38) is known color: Timber Green. HEX triplet: 37, 3F and 38. RGB value is (55,63,56). Sum of RGB (Red+Green+Blue) = 55+63+56=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 56 (22.27% from 255 or 32.18% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #373F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F38 is #C8C0C7. Grayscale: #3B3B3B. Windows color (decimal): -13156552 or 3686199. OLE color: 3686199.
HSL color Cylindrical-coordinate representation of color #373F38: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373F38 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 63 | 56 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.75 |
| HSL | 127.5º | 0.07% | 0.23% | - |
| HSV(B) | 127.5º | 0.13% | 0.25% | - |
| XYZ | 4.07 | 4.65 | 4.43 | - |
| YUV | 59.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 56 | 0.13 | 0 | 0.11 | 0.75 | 127.5 | 0.07 | 0.23 |
| Hex | 37 | 3F | 38 | D | 0 | B | 4B | 80 | 7 | 17 |
| Octal | 67 | 77 | 70 | 15 | 0 | 13 | 113 | 200 | 7 | 27 |
| Binary | 110111 | 111111 | 111000 | 1101 | 0 | 1011 | 1001011 | 10000000 | 111 | 10111 |
Color Harmonies of #373F38
Complementary color
Monochromatic Colors of #373F38
Black with #373F38
Text Example
Text Example
White with #373F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F38; }
p { color: rgb(55,63,56); }
H1.HeaderClassName
{
color: #373F38;
}
.AnyTagClassName
{
color: #373F38;
}
</style>
background-color css
<style>
a { background-color: #373F38; }
a { background-color: rgb(55,63,56); }
div.DivClassName
{
background-color: #373F38;
}
.BgClassName
{
background-color: #373F38;
}
</style>
border-color css
<style>
span { border-color: #373F38; }
span { border-color: rgb(55,63,56); }
td.TdClassName
{
border-color: #373F38;
}
.TagClassName
{
border-color: #373F38;
}
</style>