#379680

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

Shades of Gossamer #379680

Tints of Gossamer #379680

Color information

#379680 (or 0x379680) is unknown color: approx Gossamer. HEX triplet: 37, 96 and 80. RGB value is (55,150,128). Sum of RGB (Red+Green+Blue) = 55+150+128=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #379680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379680 is #C8697F. Grayscale: #777777. Windows color (decimal): -13134208 or 8427063. OLE color: 8427063.

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

Color convert

RGB55150128-
CMYK0.6300.150.41
HSL166.11º46.34%40.2%-
HSV(B)166.11º63.33%58.82%-
XYZ16.3824.1824.23-
YUV119.09133.0382.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.52%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=16.52%
G=45.05%
B=38.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551501280.6300.150.41166.1146.3440.2
Hex3796803F0F29a62e28
Octal6722620077017512465650
Binary11011110010110100000001111110111110100110100110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379680; }

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

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

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

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

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

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

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

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