#37A58D

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

Shades of Gossamer #37A58D

Tints of Gossamer #37A58D

Color information

#37A58D (or 0x37A58D) is unknown color: approx Gossamer. HEX triplet: 37, A5 and 8D. RGB value is (55,165,141). Sum of RGB (Red+Green+Blue) = 55+165+141=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 165 - color contains mainly: green. Hex color #37A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A58D is #C85A72. Grayscale: #818181. Windows color (decimal): -13130355 or 9282871. OLE color: 9282871.

HSL color Cylindrical-coordinate representation of color #37A58D: hue angle of 166.91º 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 #37A58D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB55165141-
CMYK0.6700.150.35
HSL166.91º50%43.14%-
HSV(B)166.91º66.67%64.71%-
XYZ19.8429.6529.88-
YUV129.37134.5674.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 165 (64.84% from 255) = 45.71%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=15.24%
G=45.71%
B=39.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551651410.6700.150.35166.915043.14
Hex37A58D430F23a7322b
Octal67245215103017432476253
Binary110111101001011000110110000110111110001110100111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,165,141); }

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

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

 a { background-color: rgb(55,165,141); }

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

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

 span { border-color: rgb(55,165,141); }

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