#37967B

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

Shades of Gossamer #37967B

Tints of Gossamer #37967B

Color information

#37967B (or 0x37967B) is unknown color: approx Gossamer. HEX triplet: 37, 96 and 7B. RGB value is (55,150,123). Sum of RGB (Red+Green+Blue) = 55+150+123=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #37967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37967B is #C86984. Grayscale: #767676. Windows color (decimal): -13134213 or 8099383. OLE color: 8099383.

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

Color convert

RGB55150123-
CMYK0.6300.180.41
HSL162.95º46.34%40.2%-
HSV(B)162.95º63.33%58.82%-
XYZ16.0624.0522.54-
YUV118.52130.5382.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=16.77%
G=45.73%
B=37.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501230.6300.180.41162.9546.3440.2
Hex37967B3F01229a32e28
Octal6722617377022512435650
Binary11011110010110111101111111101001010100110100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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