#389B76

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

Shades of Gossamer #389B76

Tints of Gossamer #389B76

Color information

#389B76 (or 0x389B76) is unknown color: approx Gossamer. HEX triplet: 38, 9B and 76. RGB value is (56,155,118). Sum of RGB (Red+Green+Blue) = 56+155+118=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #389B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B76 is #C76489. Grayscale: #797979. Windows color (decimal): -13067402 or 7772984. OLE color: 7772984.

HSL color Cylindrical-coordinate representation of color #389B76: hue angle of 157.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B76 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB56155118-
CMYK0.6400.240.39
HSL157.58º46.92%41.37%-
HSV(B)157.58º63.87%60.78%-
XYZ16.6225.5921.2-
YUV121.18126.281.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=17.02%
G=47.11%
B=35.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561551180.6400.240.39157.5846.9241.37
Hex389B7640018279e2f29
Octal70233166100030472365751
Binary111000100110111110110100000001100010011110011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389B76; }

 p { color: rgb(56,155,118); }

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

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

 a { background-color: rgb(56,155,118); }

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

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

 span { border-color: rgb(56,155,118); }

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