Shades of Gossamer #37A380
Tints of Gossamer #37A380
RGB
CMYK
RGB Variations
Color information
#37A380 (or 0x37A380) is known color: Gossamer. HEX triplet: 37, A3 and 80. RGB value is (55,163,128). Sum of RGB (Red+Green+Blue) = 55+163+128=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #37A380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A380 is #C85C7F. Grayscale: #7E7E7E. Windows color (decimal): -13130880 or 8430391. OLE color: 8430391.
HSL color Cylindrical-coordinate representation of color #37A380: hue angle of 160.56º 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 #37A380 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 163 | 128 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.36 |
| HSL | 160.56º | 0.5% | 0.43% | - |
| HSV(B) | 160.56º | 0.66% | 0.64% | - |
| XYZ | 18.57 | 28.57 | 24.96 | - |
| YUV | 126.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 163 | 128 | 0.66 | 0 | 0.21 | 0.36 | 160.56 | 0.5 | 0.43 |
| Hex | 37 | A3 | 80 | 42 | 0 | 15 | 24 | A1 | 32 | 2B |
| Octal | 67 | 243 | 200 | 102 | 0 | 25 | 44 | 241 | 62 | 53 |
| Binary | 110111 | 10100011 | 10000000 | 1000010 | 0 | 10101 | 100100 | 10100001 | 110010 | 101011 |
Color Harmonies of #37A380
Complementary color
Monochromatic Colors of #37A380
Black with #37A380
Text Example
Text Example
White with #37A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A380; }
p { color: rgb(55,163,128); }
H1.HeaderClassName
{
color: #37A380;
}
.AnyTagClassName
{
color: #37A380;
}
</style>
background-color css
<style>
a { background-color: #37A380; }
a { background-color: rgb(55,163,128); }
div.DivClassName
{
background-color: #37A380;
}
.BgClassName
{
background-color: #37A380;
}
</style>
border-color css
<style>
span { border-color: #37A380; }
span { border-color: rgb(55,163,128); }
td.TdClassName
{
border-color: #37A380;
}
.TagClassName
{
border-color: #37A380;
}
</style>