#379A7B

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

Shades of Gossamer #379A7B

Tints of Gossamer #379A7B

Color information

#379A7B (or 0x379A7B) is unknown color: approx Gossamer. HEX triplet: 37, 9A and 7B. RGB value is (55,154,123). Sum of RGB (Red+Green+Blue) = 55+154+123=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #379A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379A7B is #C86584. Grayscale: #787878. Windows color (decimal): -13133189 or 8100407. OLE color: 8100407.

HSL color Cylindrical-coordinate representation of color #379A7B: hue angle of 161.21º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A7B is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB55154123-
CMYK0.6400.200.40
HSL161.21º47.37%40.98%-
HSV(B)161.21º64.29%60.39%-
XYZ16.7125.3522.75-
YUV120.86129.281.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=16.57%
G=46.39%
B=37.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551541230.6400.200.40161.2147.3740.98
Hex379A7B4001428a12f29
Octal67232173100024502415751
Binary110111100110101111011100000001010010100010100001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,154,123); }

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

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

 a { background-color: rgb(55,154,123); }

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

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

 span { border-color: rgb(55,154,123); }

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