Shades of Gossamer #37A185
Tints of Gossamer #37A185
RGB
CMYK
RGB Variations
Color information
#37A185 (or 0x37A185) is known color: Gossamer. HEX triplet: 37, A1 and 85. RGB value is (55,161,133). Sum of RGB (Red+Green+Blue) = 55+161+133=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #37A185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A185 is #C85E7A. Grayscale: #7E7E7E. Windows color (decimal): -13131387 or 8757559. OLE color: 8757559.
HSL color Cylindrical-coordinate representation of color #37A185: hue angle of 164.15º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A185 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 161 | 133 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.37 |
| HSL | 164.15º | 0.49% | 0.42% | - |
| HSV(B) | 164.15º | 0.66% | 0.63% | - |
| XYZ | 18.55 | 28 | 26.62 | - |
| YUV | 126.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 133 | 0.66 | 0 | 0.17 | 0.37 | 164.15 | 0.49 | 0.42 |
| Hex | 37 | A1 | 85 | 42 | 0 | 11 | 25 | A4 | 31 | 2A |
| Octal | 67 | 241 | 205 | 102 | 0 | 21 | 45 | 244 | 61 | 52 |
| Binary | 110111 | 10100001 | 10000101 | 1000010 | 0 | 10001 | 100101 | 10100100 | 110001 | 101010 |
Color Harmonies of #37A185
Complementary color
Monochromatic Colors of #37A185
Black with #37A185
Text Example
Text Example
White with #37A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A185; }
p { color: rgb(55,161,133); }
H1.HeaderClassName
{
color: #37A185;
}
.AnyTagClassName
{
color: #37A185;
}
</style>
background-color css
<style>
a { background-color: #37A185; }
a { background-color: rgb(55,161,133); }
div.DivClassName
{
background-color: #37A185;
}
.BgClassName
{
background-color: #37A185;
}
</style>
border-color css
<style>
span { border-color: #37A185; }
span { border-color: rgb(55,161,133); }
td.TdClassName
{
border-color: #37A185;
}
.TagClassName
{
border-color: #37A185;
}
</style>