#379789

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

Shades of Gossamer #379789

Tints of Gossamer #379789

Color information

#379789 (or 0x379789) is unknown color: approx Gossamer. HEX triplet: 37, 97 and 89. RGB value is (55,151,137). Sum of RGB (Red+Green+Blue) = 55+151+137=343 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.03% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 151 - color contains mainly: green. Hex color #379789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379789 is #C86876. Grayscale: #787878. Windows color (decimal): -13133943 or 9017143. OLE color: 9017143.

HSL color Cylindrical-coordinate representation of color #379789: hue angle of 171.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379789 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB55151137-
CMYK0.6400.090.41
HSL171.25º46.6%40.39%-
HSV(B)171.25º63.58%59.22%-
XYZ17.1624.7527.54-
YUV120.7137.281.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.03%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 137 (53.91% from 255) = 39.94%
R=16.03%
G=44.02%
B=39.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551511370.6400.090.41171.2546.640.39
Hex379789400929ab2f28
Octal67227211100011512535750
Binary110111100101111000100110000000100110100110101011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379789; }

 p { color: rgb(55,151,137); }

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

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

 a { background-color: rgb(55,151,137); }

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

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

 span { border-color: rgb(55,151,137); }

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