Shades of Gossamer #37A785
Tints of Gossamer #37A785
RGB
CMYK
RGB Variations
Color information
#37A785 (or 0x37A785) is known color: Gossamer. HEX triplet: 37, A7 and 85. RGB value is (55,167,133). Sum of RGB (Red+Green+Blue) = 55+167+133=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #37A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A785 is #C8587A. Grayscale: #818181. Windows color (decimal): -13129851 or 8759095. OLE color: 8759095.
HSL color Cylindrical-coordinate representation of color #37A785: hue angle of 161.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A785 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 167 | 133 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.35 |
| HSL | 161.79º | 0.5% | 0.44% | - |
| HSV(B) | 161.79º | 0.67% | 0.65% | - |
| XYZ | 19.63 | 30.14 | 26.97 | - |
| YUV | 129.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 167 | 133 | 0.67 | 0 | 0.20 | 0.35 | 161.79 | 0.5 | 0.44 |
| Hex | 37 | A7 | 85 | 43 | 0 | 14 | 23 | A2 | 32 | 2C |
| Octal | 67 | 247 | 205 | 103 | 0 | 24 | 43 | 242 | 62 | 54 |
| Binary | 110111 | 10100111 | 10000101 | 1000011 | 0 | 10100 | 100011 | 10100010 | 110010 | 101100 |
Color Harmonies of #37A785
Complementary color
Monochromatic Colors of #37A785
Black with #37A785
Text Example
Text Example
White with #37A785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A785; }
p { color: rgb(55,167,133); }
H1.HeaderClassName
{
color: #37A785;
}
.AnyTagClassName
{
color: #37A785;
}
</style>
background-color css
<style>
a { background-color: #37A785; }
a { background-color: rgb(55,167,133); }
div.DivClassName
{
background-color: #37A785;
}
.BgClassName
{
background-color: #37A785;
}
</style>
border-color css
<style>
span { border-color: #37A785; }
span { border-color: rgb(55,167,133); }
td.TdClassName
{
border-color: #37A785;
}
.TagClassName
{
border-color: #37A785;
}
</style>