#37967C

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

Shades of Gossamer #37967C

Tints of Gossamer #37967C

Color information

#37967C (or 0x37967C) is unknown color: approx Gossamer. HEX triplet: 37, 96 and 7C. RGB value is (55,150,124). Sum of RGB (Red+Green+Blue) = 55+150+124=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #37967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37967C is #C86983. Grayscale: #767676. Windows color (decimal): -13134212 or 8164919. OLE color: 8164919.

HSL color Cylindrical-coordinate representation of color #37967C: hue angle of 163.58º 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 #37967C is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB55150124-
CMYK0.6300.170.41
HSL163.58º46.34%40.2%-
HSV(B)163.58º63.33%58.82%-
XYZ16.1224.0822.87-
YUV118.63131.0382.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=16.72%
G=45.59%
B=37.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501240.6300.170.41163.5846.3440.2
Hex37967C3F01129a42e28
Octal6722617477021512445650
Binary11011110010110111110011111101000110100110100100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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