Html Css Color HEX #379B7F Gossamer

📋 copy color: '#379B7F'

red 55 ◦ green 155 ◦ blue 127

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

Shades of Gossamer #379B7F

Tints of Gossamer #379B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.99%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 16.32%
G = 45.99%
B = 37.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#379B7F (or 0x379B7F) is known color: Gossamer. HEX triplet: 37, 9B and 7F. RGB value is (55,155,127). Sum of RGB (Red+Green+Blue) = 55+155+127=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #379B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B7F is #C86480. Grayscale: #797979. Windows color (decimal): -13132929 or 8362807. OLE color: 8362807.

HSL color Cylindrical-coordinate representation of color #379B7F: hue angle of 163.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B7F is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 155 127 -
CMYK 0.65 0 0.18 0.39
HSL 163.2º 0.48% 0.41% -
HSV(B) 163.2º 0.65% 0.61% -
XYZ 17.13 25.79 24.15 -
YUV 121.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 55 155 127 0.65 0 0.18 0.39 163.2 0.48 0.41
Hex 37 9B 7F 41 0 12 27 A3 30 29
Octal 67 233 177 101 0 22 47 243 60 51
Binary 110111 10011011 1111111 1000001 0 10010 100111 10100011 110000 101001

Color Harmonies of #379B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B7F

Black with #379B7F

Text Example


Text Example

White with #379B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379B7F; }

 p { color: rgb(55,155,127); }

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

background-color css

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

 a { background-color: rgb(55,155,127); }

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

border-color css

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

 span { border-color: rgb(55,155,127); }

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