Shades of Goblin #37493E
Tints of Goblin #37493E
RGB
CMYK
RGB Variations
Color information
#37493E (or 0x37493E) is known color: Goblin. HEX triplet: 37, 49 and 3E. RGB value is (55,73,62). Sum of RGB (Red+Green+Blue) = 55+73+62=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #37493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37493E is #C8B6C1. Grayscale: #424242. Windows color (decimal): -13153986 or 4081975. OLE color: 4081975.
HSL color Cylindrical-coordinate representation of color #37493E: hue angle of 143.33º 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 #37493E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 62 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.71 |
| HSL | 143.33º | 0.14% | 0.25% | - |
| HSV(B) | 143.33º | 0.25% | 0.29% | - |
| XYZ | 4.83 | 5.93 | 5.45 | - |
| YUV | 66.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 62 | 0.25 | 0 | 0.15 | 0.71 | 143.33 | 0.14 | 0.25 |
| Hex | 37 | 49 | 3E | 19 | 0 | F | 47 | 8F | E | 19 |
| Octal | 67 | 111 | 76 | 31 | 0 | 17 | 107 | 217 | 16 | 31 |
| Binary | 110111 | 1001001 | 111110 | 11001 | 0 | 1111 | 1000111 | 10001111 | 1110 | 11001 |
Color Harmonies of #37493E
Complementary color
Monochromatic Colors of #37493E
Black with #37493E
Text Example
Text Example
White with #37493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37493E; }
p { color: rgb(55,73,62); }
H1.HeaderClassName
{
color: #37493E;
}
.AnyTagClassName
{
color: #37493E;
}
</style>
background-color css
<style>
a { background-color: #37493E; }
a { background-color: rgb(55,73,62); }
div.DivClassName
{
background-color: #37493E;
}
.BgClassName
{
background-color: #37493E;
}
</style>
border-color css
<style>
span { border-color: #37493E; }
span { border-color: rgb(55,73,62); }
td.TdClassName
{
border-color: #37493E;
}
.TagClassName
{
border-color: #37493E;
}
</style>