Shades of Gossamer #37A68D
Tints of Gossamer #37A68D
RGB
CMYK
RGB Variations
Color information
#37A68D (or 0x37A68D) is known color: Gossamer. HEX triplet: 37, A6 and 8D. RGB value is (55,166,141). Sum of RGB (Red+Green+Blue) = 55+166+141=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #37A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A68D is #C85972. Grayscale: #818181. Windows color (decimal): -13130099 or 9283127. OLE color: 9283127.
HSL color Cylindrical-coordinate representation of color #37A68D: hue angle of 166.49º 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 #37A68D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 166 | 141 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.35 |
| HSL | 166.49º | 0.5% | 0.43% | - |
| HSV(B) | 166.49º | 0.67% | 0.65% | - |
| XYZ | 20.02 | 30.01 | 29.94 | - |
| YUV | 129.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 166 | 141 | 0.67 | 0 | 0.15 | 0.35 | 166.49 | 0.5 | 0.43 |
| Hex | 37 | A6 | 8D | 43 | 0 | F | 23 | A6 | 32 | 2B |
| Octal | 67 | 246 | 215 | 103 | 0 | 17 | 43 | 246 | 62 | 53 |
| Binary | 110111 | 10100110 | 10001101 | 1000011 | 0 | 1111 | 100011 | 10100110 | 110010 | 101011 |
Color Harmonies of #37A68D
Complementary color
Monochromatic Colors of #37A68D
Black with #37A68D
Text Example
Text Example
White with #37A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A68D; }
p { color: rgb(55,166,141); }
H1.HeaderClassName
{
color: #37A68D;
}
.AnyTagClassName
{
color: #37A68D;
}
</style>
background-color css
<style>
a { background-color: #37A68D; }
a { background-color: rgb(55,166,141); }
div.DivClassName
{
background-color: #37A68D;
}
.BgClassName
{
background-color: #37A68D;
}
</style>
border-color css
<style>
span { border-color: #37A68D; }
span { border-color: rgb(55,166,141); }
td.TdClassName
{
border-color: #37A68D;
}
.TagClassName
{
border-color: #37A68D;
}
</style>