Shades of Gossamer #37978A
Tints of Gossamer #37978A
RGB
CMYK
RGB Variations
Color information
#37978A (or 0x37978A) is known color: Gossamer. HEX triplet: 37, 97 and 8A. RGB value is (55,151,138). Sum of RGB (Red+Green+Blue) = 55+151+138=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #37978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37978A is #C86875. Grayscale: #787878. Windows color (decimal): -13133942 or 9082679. OLE color: 9082679.
HSL color Cylindrical-coordinate representation of color #37978A: hue angle of 171.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37978A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 151 | 138 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.41 |
| HSL | 171.88º | 0.47% | 0.4% | - |
| HSV(B) | 171.88º | 0.64% | 0.59% | - |
| XYZ | 17.23 | 24.78 | 27.92 | - |
| YUV | 120.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 151 | 138 | 0.64 | 0 | 0.09 | 0.41 | 171.88 | 0.47 | 0.4 |
| Hex | 37 | 97 | 8A | 40 | 0 | 9 | 29 | AC | 2F | 28 |
| Octal | 67 | 227 | 212 | 100 | 0 | 11 | 51 | 254 | 57 | 50 |
| Binary | 110111 | 10010111 | 10001010 | 1000000 | 0 | 1001 | 101001 | 10101100 | 101111 | 101000 |
Color Harmonies of #37978A
Complementary color
Monochromatic Colors of #37978A
Black with #37978A
Text Example
Text Example
White with #37978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37978A; }
p { color: rgb(55,151,138); }
H1.HeaderClassName
{
color: #37978A;
}
.AnyTagClassName
{
color: #37978A;
}
</style>
background-color css
<style>
a { background-color: #37978A; }
a { background-color: rgb(55,151,138); }
div.DivClassName
{
background-color: #37978A;
}
.BgClassName
{
background-color: #37978A;
}
</style>
border-color css
<style>
span { border-color: #37978A; }
span { border-color: rgb(55,151,138); }
td.TdClassName
{
border-color: #37978A;
}
.TagClassName
{
border-color: #37978A;
}
</style>