Shades of Timber Green #37493A
Tints of Timber Green #37493A
RGB
CMYK
RGB Variations
Color information
#37493A (or 0x37493A) is known color: Timber Green. HEX triplet: 37, 49 and 3A. RGB value is (55,73,58). Sum of RGB (Red+Green+Blue) = 55+73+58=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #37493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37493A is #C8B6C5. Grayscale: #414141. Windows color (decimal): -13153990 or 3819831. OLE color: 3819831.
HSL color Cylindrical-coordinate representation of color #37493A: hue angle of 130º 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 #37493A is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 58 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.71 |
| HSL | 130º | 0.14% | 0.25% | - |
| HSV(B) | 130º | 0.25% | 0.29% | - |
| XYZ | 4.72 | 5.88 | 4.89 | - |
| YUV | 65.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 58 | 0.25 | 0 | 0.21 | 0.71 | 130 | 0.14 | 0.25 |
| Hex | 37 | 49 | 3A | 19 | 0 | 15 | 47 | 82 | E | 19 |
| Octal | 67 | 111 | 72 | 31 | 0 | 25 | 107 | 202 | 16 | 31 |
| Binary | 110111 | 1001001 | 111010 | 11001 | 0 | 10101 | 1000111 | 10000010 | 1110 | 11001 |
Color Harmonies of #37493A
Complementary color
Monochromatic Colors of #37493A
Black with #37493A
Text Example
Text Example
White with #37493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37493A; }
p { color: rgb(55,73,58); }
H1.HeaderClassName
{
color: #37493A;
}
.AnyTagClassName
{
color: #37493A;
}
</style>
background-color css
<style>
a { background-color: #37493A; }
a { background-color: rgb(55,73,58); }
div.DivClassName
{
background-color: #37493A;
}
.BgClassName
{
background-color: #37493A;
}
</style>
border-color css
<style>
span { border-color: #37493A; }
span { border-color: rgb(55,73,58); }
td.TdClassName
{
border-color: #37493A;
}
.TagClassName
{
border-color: #37493A;
}
</style>