#379D75

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

Shades of Gossamer #379D75

Tints of Gossamer #379D75

Color information

#379D75 (or 0x379D75) is unknown color: approx Gossamer. HEX triplet: 37, 9D and 75. RGB value is (55,157,117). Sum of RGB (Red+Green+Blue) = 55+157+117=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #379D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D75 is #C8628A. Grayscale: #7A7A7A. Windows color (decimal): -13132427 or 7707959. OLE color: 7707959.

HSL color Cylindrical-coordinate representation of color #379D75: hue angle of 156.47º 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 #379D75 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB55157117-
CMYK0.6500.250.38
HSL156.47º48.11%41.57%-
HSV(B)156.47º64.97%61.57%-
XYZ16.8426.2121-
YUV121.94125.2180.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 157 (61.72% from 255) = 47.72%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=16.72%
G=47.72%
B=35.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551571170.6500.250.38156.4748.1141.57
Hex379D7541019269c302a
Octal67235165101031462346052
Binary110111100111011110101100000101100110011010011100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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