#37947D

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

Shades of Gossamer #37947D

Tints of Gossamer #37947D

Color information

#37947D (or 0x37947D) is unknown color: approx Gossamer. HEX triplet: 37, 94 and 7D. RGB value is (55,148,125). Sum of RGB (Red+Green+Blue) = 55+148+125=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #37947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37947D is #C86B82. Grayscale: #757575. Windows color (decimal): -13134723 or 8229943. OLE color: 8229943.

HSL color Cylindrical-coordinate representation of color #37947D: hue angle of 165.16º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37947D is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB55148125-
CMYK0.6300.160.42
HSL165.16º45.81%39.8%-
HSV(B)165.16º62.84%58.04%-
XYZ15.8723.4723.1-
YUV117.57132.1983.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=16.77%
G=45.12%
B=38.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551481250.6300.160.42165.1645.8139.8
Hex37947D3F0102Aa52e28
Octal6722417577020522455650
Binary11011110010100111110111111101000010101010100101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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