#37A079

Color #37A079 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #37A079

Tints of Gossamer #37A079

Color information

#37A079 (or 0x37A079) is unknown color: approx Gossamer. HEX triplet: 37, A0 and 79. RGB value is (55,160,121). Sum of RGB (Red+Green+Blue) = 55+160+121=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #37A079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37A079 is #C85F86. Grayscale: #7C7C7C. Windows color (decimal): -13131655 or 7970871. OLE color: 7970871.

HSL color Cylindrical-coordinate representation of color #37A079: hue angle of 157.71º 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 #37A079 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB55160121-
CMYK0.6600.240.37
HSL157.71º48.84%42.16%-
HSV(B)157.71º65.62%62.75%-
XYZ17.627.3322.44-
YUV124.16126.2178.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 16.37%
GREEN value IS 160 (62.89% from 255) = 47.62%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=16.37%
G=47.62%
B=36.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal551601210.6600.240.37157.7148.8442.16
Hex37A07942018259e312a
Octal67240171102030452366152
Binary110111101000001111001100001001100010010110011110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A079; }

 p { color: rgb(55,160,121); }

 H1.HeaderClassName
 {
   color: #37A079;
 }
 .AnyTagClassName
 {
   color: #37A079;
 }
</style>
background-color css

<style>
 a { background-color: #37A079; }

 a { background-color: rgb(55,160,121); }

 div.DivClassName
 {
   background-color: #37A079;
 }
 .BgClassName
 {
   background-color: #37A079;
 }
</style>
border-color css

<style>
 span { border-color: #37A079; }

 span { border-color: rgb(55,160,121); }

 td.TdClassName
 {
   border-color: #37A079;
 }
 .TagClassName
 {
   border-color: #37A079;
 }
</style>