#389B77

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

Shades of Gossamer #389B77

Tints of Gossamer #389B77

Color information

#389B77 (or 0x389B77) is unknown color: approx Gossamer. HEX triplet: 38, 9B and 77. RGB value is (56,155,119). Sum of RGB (Red+Green+Blue) = 56+155+119=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #389B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B77 is #C76488. Grayscale: #797979. Windows color (decimal): -13067401 or 7838520. OLE color: 7838520.

HSL color Cylindrical-coordinate representation of color #389B77: hue angle of 158.18º 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 #389B77 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB56155119-
CMYK0.6400.230.39
HSL158.18º46.92%41.37%-
HSV(B)158.18º63.87%60.78%-
XYZ16.6825.6221.52-
YUV121.3126.781.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=16.97%
G=46.97%
B=36.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561551190.6400.230.39158.1846.9241.37
Hex389B7740017279e2f29
Octal70233167100027472365751
Binary111000100110111110111100000001011110011110011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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