#37A480

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

Shades of Gossamer #37A480

Tints of Gossamer #37A480

Color information

#37A480 (or 0x37A480) is unknown color: approx Gossamer. HEX triplet: 37, A4 and 80. RGB value is (55,164,128). Sum of RGB (Red+Green+Blue) = 55+164+128=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #37A480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A480 is #C85B7F. Grayscale: #7F7F7F. Windows color (decimal): -13130624 or 8430647. OLE color: 8430647.

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

Color convert

RGB55164128-
CMYK0.6600.220.36
HSL160.18º49.77%42.94%-
HSV(B)160.18º66.46%64.31%-
XYZ18.7528.9225.02-
YUV127.3128.3976.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.85%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=15.85%
G=47.26%
B=36.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal551641280.6600.220.36160.1849.7742.94
Hex37A4804201624a0322b
Octal67244200102026442406253
Binary1101111010010010000000100001001011010010010100000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,164,128); }

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

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

 a { background-color: rgb(55,164,128); }

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

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

 span { border-color: rgb(55,164,128); }

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