Html Css Color HEX #379386 Gossamer

📋 copy color: '#379386'

red 55 ◦ green 147 ◦ blue 134

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

Shades of Gossamer #379386

Tints of Gossamer #379386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.75%

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 16.37%
G = 43.75%
B = 39.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#379386 (or 0x379386) is known color: Gossamer. HEX triplet: 37, 93 and 86. RGB value is (55,147,134). Sum of RGB (Red+Green+Blue) = 55+147+134=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #379386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379386 is #C86C79. Grayscale: #757575. Windows color (decimal): -13134970 or 8819511. OLE color: 8819511.

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

Color convert

RGB 55 147 134 -
CMYK 0.63 0 0.09 0.42
HSL 171.52º 0.46% 0.4% -
HSV(B) 171.52º 0.63% 0.58% -
XYZ 16.31 23.4 26.21 -
YUV 118.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 55 147 134 0.63 0 0.09 0.42 171.52 0.46 0.4
Hex 37 93 86 3F 0 9 2A AC 2E 28
Octal 67 223 206 77 0 11 52 254 56 50
Binary 110111 10010011 10000110 111111 0 1001 101010 10101100 101110 101000

Color Harmonies of #379386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379386

Black with #379386

Text Example


Text Example

White with #379386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379386; }

 p { color: rgb(55,147,134); }

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

background-color css

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

 a { background-color: rgb(55,147,134); }

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

border-color css

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

 span { border-color: rgb(55,147,134); }

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