#379779

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

Shades of Gossamer #379779

Tints of Gossamer #379779

Color information

#379779 (or 0x379779) is unknown color: approx Gossamer. HEX triplet: 37, 97 and 79. RGB value is (55,151,121). Sum of RGB (Red+Green+Blue) = 55+151+121=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #379779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379779 is #C86886. Grayscale: #767676. Windows color (decimal): -13133959 or 7968567. OLE color: 7968567.

HSL color Cylindrical-coordinate representation of color #379779: hue angle of 161.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 #379779 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB55151121-
CMYK0.6400.200.41
HSL161.25º46.6%40.39%-
HSV(B)161.25º63.58%59.22%-
XYZ16.0924.3321.94-
YUV118.88129.282.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 151 (59.38% from 255) = 46.18%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=16.82%
G=46.18%
B=37.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551511210.6400.200.41161.2546.640.39
Hex3797794001429a12f28
Octal67227171100024512415750
Binary110111100101111111001100000001010010100110100001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379779; }

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

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

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

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

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

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

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

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