#379D87

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

Shades of Gossamer #379D87

Tints of Gossamer #379D87

Color information

#379D87 (or 0x379D87) is unknown color: approx Gossamer. HEX triplet: 37, 9D and 87. RGB value is (55,157,135). Sum of RGB (Red+Green+Blue) = 55+157+135=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #379D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D87 is #C86278. Grayscale: #7B7B7B. Windows color (decimal): -13132409 or 8887607. OLE color: 8887607.

HSL color Cylindrical-coordinate representation of color #379D87: hue angle of 167.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D87 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB55157135-
CMYK0.6500.140.38
HSL167.06º48.11%41.57%-
HSV(B)167.06º64.97%61.57%-
XYZ18.0126.6827.12-
YUV123.99134.2178.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.85%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=15.85%
G=45.24%
B=38.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551571350.6500.140.38167.0648.1141.57
Hex379D87410E26a7302a
Octal67235207101016462476052
Binary110111100111011000011110000010111010011010100111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379D87; }

 p { color: rgb(55,157,135); }

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

<style>
 a { background-color: #379D87; }

 a { background-color: rgb(55,157,135); }

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

<style>
 span { border-color: #379D87; }

 span { border-color: rgb(55,157,135); }

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