Html Css Color HEX #389676 Gossamer

📋 copy color: '#389676'

red 56 ◦ green 150 ◦ blue 118

#389676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #389676

Tints of Gossamer #389676

RGB

 RED value IS 56 (22.27% from 255) = 17.28%

 GREEN value IS 150 (58.98% from 255) = 46.3%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 17.28%
G = 46.3%
B = 36.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#389676 (or 0x389676) is known color: Gossamer. HEX triplet: 38, 96 and 76. RGB value is (56,150,118). Sum of RGB (Red+Green+Blue) = 56+150+118=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #389676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389676 is #C76989. Grayscale: #767676. Windows color (decimal): -13068682 or 7771704. OLE color: 7771704.

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

Color convert

RGB 56 150 118 -
CMYK 0.63 0 0.21 0.41
HSL 159.57º 0.46% 0.4% -
HSV(B) 159.57º 0.63% 0.59% -
XYZ 15.81 23.96 20.93 -
YUV 118.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 56 150 118 0.63 0 0.21 0.41 159.57 0.46 0.4
Hex 38 96 76 3F 0 15 29 A0 2E 28
Octal 70 226 166 77 0 25 51 240 56 50
Binary 111000 10010110 1110110 111111 0 10101 101001 10100000 101110 101000

Color Harmonies of #389676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389676

Black with #389676

Text Example


Text Example

White with #389676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389676; }

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

 H1.HeaderClassName
 {
   color: #389676;
 }
 .AnyTagClassName
 {
   color: #389676;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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