#37A680

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

Shades of Gossamer #37A680

Tints of Gossamer #37A680

Color information

#37A680 (or 0x37A680) is unknown color: approx Gossamer. HEX triplet: 37, A6 and 80. RGB value is (55,166,128). Sum of RGB (Red+Green+Blue) = 55+166+128=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #37A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A680 is #C8597F. Grayscale: #808080. Windows color (decimal): -13130112 or 8431159. OLE color: 8431159.

HSL color Cylindrical-coordinate representation of color #37A680: hue angle of 159.46º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A680 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB55166128-
CMYK0.6700.230.35
HSL159.46º50.23%43.33%-
HSV(B)159.46º66.87%65.1%-
XYZ19.1129.6425.14-
YUV128.48127.7375.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 166 (65.23% from 255) = 47.56%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=15.76%
G=47.56%
B=36.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551661280.6700.230.35159.4650.2343.33
Hex37A68043017239f322b
Octal67246200103027432376253
Binary1101111010011010000000100001101011110001110011111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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