#37967D

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

Shades of Gossamer #37967D

Tints of Gossamer #37967D

Color information

#37967D (or 0x37967D) is unknown color: approx Gossamer. HEX triplet: 37, 96 and 7D. RGB value is (55,150,125). Sum of RGB (Red+Green+Blue) = 55+150+125=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #37967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37967D is #C86982. Grayscale: #767676. Windows color (decimal): -13134211 or 8230455. OLE color: 8230455.

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

Color convert

RGB55150125-
CMYK0.6300.170.41
HSL164.21º46.34%40.2%-
HSV(B)164.21º63.33%58.82%-
XYZ16.1824.1123.2-
YUV118.74131.5382.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=16.67%
G=45.45%
B=37.88%

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
Decimal551501250.6300.170.41164.2146.3440.2
Hex37967D3F01129a42e28
Octal6722617577021512445650
Binary11011110010110111110111111101000110100110100100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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