Shades of Gossamer #37967E
Tints of Gossamer #37967E
RGB
CMYK
RGB Variations
Color information
#37967E (or 0x37967E) is known color: Gossamer. HEX triplet: 37, 96 and 7E. RGB value is (55,150,126). Sum of RGB (Red+Green+Blue) = 55+150+126=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #37967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37967E is #C86981. Grayscale: #767676. Windows color (decimal): -13134210 or 8295991. OLE color: 8295991.
HSL color Cylindrical-coordinate representation of color #37967E: hue angle of 164.84º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37967E is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 126 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.41 |
| HSL | 164.84º | 0.46% | 0.4% | - |
| HSV(B) | 164.84º | 0.63% | 0.59% | - |
| XYZ | 16.25 | 24.13 | 23.54 | - |
| YUV | 118.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 126 | 0.63 | 0 | 0.16 | 0.41 | 164.84 | 0.46 | 0.4 |
| Hex | 37 | 96 | 7E | 3F | 0 | 10 | 29 | A5 | 2E | 28 |
| Octal | 67 | 226 | 176 | 77 | 0 | 20 | 51 | 245 | 56 | 50 |
| Binary | 110111 | 10010110 | 1111110 | 111111 | 0 | 10000 | 101001 | 10100101 | 101110 | 101000 |
Color Harmonies of #37967E
Complementary color
Monochromatic Colors of #37967E
Black with #37967E
Text Example
Text Example
White with #37967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37967E; }
p { color: rgb(55,150,126); }
H1.HeaderClassName
{
color: #37967E;
}
.AnyTagClassName
{
color: #37967E;
}
</style>
background-color css
<style>
a { background-color: #37967E; }
a { background-color: rgb(55,150,126); }
div.DivClassName
{
background-color: #37967E;
}
.BgClassName
{
background-color: #37967E;
}
</style>
border-color css
<style>
span { border-color: #37967E; }
span { border-color: rgb(55,150,126); }
td.TdClassName
{
border-color: #37967E;
}
.TagClassName
{
border-color: #37967E;
}
</style>