Shades of Timber Green #37493C
Tints of Timber Green #37493C
RGB
CMYK
RGB Variations
Color information
#37493C (or 0x37493C) is known color: Timber Green. HEX triplet: 37, 49 and 3C. RGB value is (55,73,60). Sum of RGB (Red+Green+Blue) = 55+73+60=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #37493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37493C is #C8B6C3. Grayscale: #424242. Windows color (decimal): -13153988 or 3950903. OLE color: 3950903.
HSL color Cylindrical-coordinate representation of color #37493C: hue angle of 136.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #37493C is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 60 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.71 |
| HSL | 136.67º | 0.14% | 0.25% | - |
| HSV(B) | 136.67º | 0.25% | 0.29% | - |
| XYZ | 4.77 | 5.9 | 5.16 | - |
| YUV | 66.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 60 | 0.25 | 0 | 0.18 | 0.71 | 136.67 | 0.14 | 0.25 |
| Hex | 37 | 49 | 3C | 19 | 0 | 12 | 47 | 89 | E | 19 |
| Octal | 67 | 111 | 74 | 31 | 0 | 22 | 107 | 211 | 16 | 31 |
| Binary | 110111 | 1001001 | 111100 | 11001 | 0 | 10010 | 1000111 | 10001001 | 1110 | 11001 |
Color Harmonies of #37493C
Complementary color
Monochromatic Colors of #37493C
Black with #37493C
Text Example
Text Example
White with #37493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37493C; }
p { color: rgb(55,73,60); }
H1.HeaderClassName
{
color: #37493C;
}
.AnyTagClassName
{
color: #37493C;
}
</style>
background-color css
<style>
a { background-color: #37493C; }
a { background-color: rgb(55,73,60); }
div.DivClassName
{
background-color: #37493C;
}
.BgClassName
{
background-color: #37493C;
}
</style>
border-color css
<style>
span { border-color: #37493C; }
span { border-color: rgb(55,73,60); }
td.TdClassName
{
border-color: #37493C;
}
.TagClassName
{
border-color: #37493C;
}
</style>