Shades of Gossamer #37A482
Tints of Gossamer #37A482
RGB
CMYK
RGB Variations
Color information
#37A482 (or 0x37A482) is known color: Gossamer. HEX triplet: 37, A4 and 82. RGB value is (55,164,130). Sum of RGB (Red+Green+Blue) = 55+164+130=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #37A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A482 is #C85B7D. Grayscale: #7F7F7F. Windows color (decimal): -13130622 or 8561719. OLE color: 8561719.
HSL color Cylindrical-coordinate representation of color #37A482: hue angle of 161.28º 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 #37A482 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 164 | 130 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.36 |
| HSL | 161.28º | 0.5% | 0.43% | - |
| HSV(B) | 161.28º | 0.66% | 0.64% | - |
| XYZ | 18.88 | 28.97 | 25.72 | - |
| YUV | 127.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 164 | 130 | 0.66 | 0 | 0.21 | 0.36 | 161.28 | 0.5 | 0.43 |
| Hex | 37 | A4 | 82 | 42 | 0 | 15 | 24 | A1 | 32 | 2B |
| Octal | 67 | 244 | 202 | 102 | 0 | 25 | 44 | 241 | 62 | 53 |
| Binary | 110111 | 10100100 | 10000010 | 1000010 | 0 | 10101 | 100100 | 10100001 | 110010 | 101011 |
Color Harmonies of #37A482
Complementary color
Monochromatic Colors of #37A482
Black with #37A482
Text Example
Text Example
White with #37A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A482; }
p { color: rgb(55,164,130); }
H1.HeaderClassName
{
color: #37A482;
}
.AnyTagClassName
{
color: #37A482;
}
</style>
background-color css
<style>
a { background-color: #37A482; }
a { background-color: rgb(55,164,130); }
div.DivClassName
{
background-color: #37A482;
}
.BgClassName
{
background-color: #37A482;
}
</style>
border-color css
<style>
span { border-color: #37A482; }
span { border-color: rgb(55,164,130); }
td.TdClassName
{
border-color: #37A482;
}
.TagClassName
{
border-color: #37A482;
}
</style>