#37967F

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

Shades of Gossamer #37967F

Tints of Gossamer #37967F

Color information

#37967F (or 0x37967F) is unknown color: approx Gossamer. HEX triplet: 37, 96 and 7F. RGB value is (55,150,127). Sum of RGB (Red+Green+Blue) = 55+150+127=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #37967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37967F is #C86980. Grayscale: #767676. Windows color (decimal): -13134209 or 8361527. OLE color: 8361527.

HSL color Cylindrical-coordinate representation of color #37967F: hue angle of 165.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37967F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB55150127-
CMYK0.6300.150.41
HSL165.47º46.34%40.2%-
HSV(B)165.47º63.33%58.82%-
XYZ16.3124.1623.88-
YUV118.97132.5382.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 127 (50% from 255) = 38.25%
R=16.57%
G=45.18%
B=38.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501270.6300.150.41165.4746.3440.2
Hex37967F3F0F29a52e28
Octal6722617777017512455650
Binary1101111001011011111111111110111110100110100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37967F; }

 p { color: rgb(55,150,127); }

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

<style>
 a { background-color: #37967F; }

 a { background-color: rgb(55,150,127); }

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

<style>
 span { border-color: #37967F; }

 span { border-color: rgb(55,150,127); }

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