Html Css Color HEX #379677 Gossamer

📋 copy color: '#379677'

red 55 ◦ green 150 ◦ blue 119

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

Shades of Gossamer #379677

Tints of Gossamer #379677

RGB

 RED value IS 55 (21.88% from 255) = 16.98%

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

 BLUE value IS 119 (46.88% from 255) = 36.73%

R = 16.98%
G = 46.3%
B = 36.73%

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

#379677 (or 0x379677) is known color: Gossamer. HEX triplet: 37, 96 and 77. RGB value is (55,150,119). Sum of RGB (Red+Green+Blue) = 55+150+119=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #379677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379677 is #C86988. Grayscale: #767676. Windows color (decimal): -13134217 or 7837239. OLE color: 7837239.

HSL color Cylindrical-coordinate representation of color #379677: hue angle of 160.42º 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 #379677 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 150 119 -
CMYK 0.63 0 0.21 0.41
HSL 160.42º 0.46% 0.4% -
HSV(B) 160.42º 0.63% 0.59% -
XYZ 15.81 23.96 21.24 -
YUV 118.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 55 150 119 0.63 0 0.21 0.41 160.42 0.46 0.4
Hex 37 96 77 3F 0 15 29 A0 2E 28
Octal 67 226 167 77 0 25 51 240 56 50
Binary 110111 10010110 1110111 111111 0 10101 101001 10100000 101110 101000

Color Harmonies of #379677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379677

Black with #379677

Text Example


Text Example

White with #379677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379677; }

 p { color: rgb(55,150,119); }

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

background-color css

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

 a { background-color: rgb(55,150,119); }

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

border-color css

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

 span { border-color: rgb(55,150,119); }

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