#37A58F

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

Shades of Gossamer #37A58F

Tints of Gossamer #37A58F

Color information

#37A58F (or 0x37A58F) is unknown color: approx Gossamer. HEX triplet: 37, A5 and 8F. RGB value is (55,165,143). Sum of RGB (Red+Green+Blue) = 55+165+143=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #37A58F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A58F is #C85A70. Grayscale: #818181. Windows color (decimal): -13130353 or 9413943. OLE color: 9413943.

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

Color convert

RGB55165143-
CMYK0.6700.130.35
HSL168º50%43.14%-
HSV(B)168º66.67%64.71%-
XYZ19.9929.7130.67-
YUV129.6135.5674.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.15%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=15.15%
G=45.45%
B=39.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551651430.6700.130.351685043.14
Hex37A58F430D23a8322b
Octal67245217103015432506253
Binary110111101001011000111110000110110110001110101000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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