Shades of Gossamer #37957F
Tints of Gossamer #37957F
RGB
CMYK
RGB Variations
Color information
#37957F (or 0x37957F) is known color: Gossamer. HEX triplet: 37, 95 and 7F. RGB value is (55,149,127). Sum of RGB (Red+Green+Blue) = 55+149+127=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #37957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37957F is #C86A80. Grayscale: #767676. Windows color (decimal): -13134465 or 8361271. OLE color: 8361271.
HSL color Cylindrical-coordinate representation of color #37957F: hue angle of 165.96º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37957F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 149 | 127 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.42 |
| HSL | 165.96º | 0.46% | 0.4% | - |
| HSV(B) | 165.96º | 0.63% | 0.58% | - |
| XYZ | 16.15 | 23.84 | 23.83 | - |
| YUV | 118.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 149 | 127 | 0.63 | 0 | 0.15 | 0.42 | 165.96 | 0.46 | 0.4 |
| Hex | 37 | 95 | 7F | 3F | 0 | F | 2A | A6 | 2E | 28 |
| Octal | 67 | 225 | 177 | 77 | 0 | 17 | 52 | 246 | 56 | 50 |
| Binary | 110111 | 10010101 | 1111111 | 111111 | 0 | 1111 | 101010 | 10100110 | 101110 | 101000 |
Color Harmonies of #37957F
Complementary color
Monochromatic Colors of #37957F
Black with #37957F
Text Example
Text Example
White with #37957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37957F; }
p { color: rgb(55,149,127); }
H1.HeaderClassName
{
color: #37957F;
}
.AnyTagClassName
{
color: #37957F;
}
</style>
background-color css
<style>
a { background-color: #37957F; }
a { background-color: rgb(55,149,127); }
div.DivClassName
{
background-color: #37957F;
}
.BgClassName
{
background-color: #37957F;
}
</style>
border-color css
<style>
span { border-color: #37957F; }
span { border-color: rgb(55,149,127); }
td.TdClassName
{
border-color: #37957F;
}
.TagClassName
{
border-color: #37957F;
}
</style>