Shades of Gossamer #37A388
Tints of Gossamer #37A388
RGB
CMYK
RGB Variations
Color information
#37A388 (or 0x37A388) is known color: Gossamer. HEX triplet: 37, A3 and 88. RGB value is (55,163,136). Sum of RGB (Red+Green+Blue) = 55+163+136=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #37A388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A388 is #C85C77. Grayscale: #7F7F7F. Windows color (decimal): -13130872 or 8954679. OLE color: 8954679.
HSL color Cylindrical-coordinate representation of color #37A388: hue angle of 165º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A388 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 163 | 136 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.36 |
| HSL | 165º | 0.5% | 0.43% | - |
| HSV(B) | 165º | 0.66% | 0.64% | - |
| XYZ | 19.12 | 28.78 | 27.84 | - |
| YUV | 127.63 | 132.72 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 163 | 136 | 0.66 | 0 | 0.17 | 0.36 | 165 | 0.5 | 0.43 |
| Hex | 37 | A3 | 88 | 42 | 0 | 11 | 24 | A5 | 32 | 2B |
| Octal | 67 | 243 | 210 | 102 | 0 | 21 | 44 | 245 | 62 | 53 |
| Binary | 110111 | 10100011 | 10001000 | 1000010 | 0 | 10001 | 100100 | 10100101 | 110010 | 101011 |
Color Harmonies of #37A388
Complementary color
Monochromatic Colors of #37A388
Black with #37A388
Text Example
Text Example
White with #37A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A388; }
p { color: rgb(55,163,136); }
H1.HeaderClassName
{
color: #37A388;
}
.AnyTagClassName
{
color: #37A388;
}
</style>
background-color css
<style>
a { background-color: #37A388; }
a { background-color: rgb(55,163,136); }
div.DivClassName
{
background-color: #37A388;
}
.BgClassName
{
background-color: #37A388;
}
</style>
border-color css
<style>
span { border-color: #37A388; }
span { border-color: rgb(55,163,136); }
td.TdClassName
{
border-color: #37A388;
}
.TagClassName
{
border-color: #37A388;
}
</style>