#379575

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

Shades of Gossamer #379575

Tints of Gossamer #379575

Color information

#379575 (or 0x379575) is unknown color: approx Gossamer. HEX triplet: 37, 95 and 75. RGB value is (55,149,117). Sum of RGB (Red+Green+Blue) = 55+149+117=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #379575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379575 is #C86A8A. Grayscale: #757575. Windows color (decimal): -13134475 or 7705911. OLE color: 7705911.

HSL color Cylindrical-coordinate representation of color #379575: hue angle of 159.57º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379575 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB55149117-
CMYK0.6300.210.42
HSL159.57º46.08%40%-
HSV(B)159.57º63.09%58.43%-
XYZ15.5323.5920.56-
YUV117.25127.8683.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.13%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=17.13%
G=46.42%
B=36.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551491170.6300.210.42159.5746.0840
Hex3795753F0152Aa02e28
Octal6722516577025522405650
Binary11011110010101111010111111101010110101010100000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379575; }

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

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

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

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

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

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

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

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