#37A785

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

Shades of Gossamer #37A785

Tints of Gossamer #37A785

Color information

#37A785 (or 0x37A785) is unknown color: approx Gossamer. HEX triplet: 37, A7 and 85. RGB value is (55,167,133). Sum of RGB (Red+Green+Blue) = 55+167+133=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #37A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A785 is #C8587A. Grayscale: #818181. Windows color (decimal): -13129851 or 8759095. OLE color: 8759095.

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

Color convert

RGB55167133-
CMYK0.6700.200.35
HSL161.79º50.45%43.53%-
HSV(B)161.79º67.07%65.49%-
XYZ19.6330.1426.97-
YUV129.64129.8974.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=15.49%
G=47.04%
B=37.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551671330.6700.200.35161.7950.4543.53
Hex37A7854301423a2322c
Octal67247205103024432426254
Binary1101111010011110000101100001101010010001110100010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,167,133); }

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

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

 a { background-color: rgb(55,167,133); }

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

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

 span { border-color: rgb(55,167,133); }

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