Shades of Gossamer #37A58D
Tints of Gossamer #37A58D
RGB
CMYK
RGB Variations
Color information
#37A58D (or 0x37A58D) is known color: Gossamer. HEX triplet: 37, A5 and 8D. RGB value is (55,165,141). Sum of RGB (Red+Green+Blue) = 55+165+141=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #37A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A58D is #C85A72. Grayscale: #818181. Windows color (decimal): -13130355 or 9282871. OLE color: 9282871.
HSL color Cylindrical-coordinate representation of color #37A58D: hue angle of 166.91º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A58D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 165 | 141 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.35 |
| HSL | 166.91º | 0.5% | 0.43% | - |
| HSV(B) | 166.91º | 0.67% | 0.65% | - |
| XYZ | 19.84 | 29.65 | 29.88 | - |
| YUV | 129.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 165 | 141 | 0.67 | 0 | 0.15 | 0.35 | 166.91 | 0.5 | 0.43 |
| Hex | 37 | A5 | 8D | 43 | 0 | F | 23 | A7 | 32 | 2B |
| Octal | 67 | 245 | 215 | 103 | 0 | 17 | 43 | 247 | 62 | 53 |
| Binary | 110111 | 10100101 | 10001101 | 1000011 | 0 | 1111 | 100011 | 10100111 | 110010 | 101011 |
Color Harmonies of #37A58D
Complementary color
Monochromatic Colors of #37A58D
Black with #37A58D
Text Example
Text Example
White with #37A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A58D; }
p { color: rgb(55,165,141); }
H1.HeaderClassName
{
color: #37A58D;
}
.AnyTagClassName
{
color: #37A58D;
}
</style>
background-color css
<style>
a { background-color: #37A58D; }
a { background-color: rgb(55,165,141); }
div.DivClassName
{
background-color: #37A58D;
}
.BgClassName
{
background-color: #37A58D;
}
</style>
border-color css
<style>
span { border-color: #37A58D; }
span { border-color: rgb(55,165,141); }
td.TdClassName
{
border-color: #37A58D;
}
.TagClassName
{
border-color: #37A58D;
}
</style>