Html Css Color HEX #379D79 Gossamer

📋 copy color: '#379D79'

red 55 ◦ green 157 ◦ blue 121

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

Shades of Gossamer #379D79

Tints of Gossamer #379D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.15%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 16.52%
G = 47.15%
B = 36.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#379D79 (or 0x379D79) is known color: Gossamer. HEX triplet: 37, 9D and 79. RGB value is (55,157,121). Sum of RGB (Red+Green+Blue) = 55+157+121=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #379D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D79 is #C86286. Grayscale: #7A7A7A. Windows color (decimal): -13132423 or 7970103. OLE color: 7970103.

HSL color Cylindrical-coordinate representation of color #379D79: hue angle of 158.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D79 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 121 -
CMYK 0.65 0 0.23 0.38
HSL 158.82º 0.48% 0.42% -
HSV(B) 158.82º 0.65% 0.62% -
XYZ 17.08 26.31 22.27 -
YUV 122.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 55 157 121 0.65 0 0.23 0.38 158.82 0.48 0.42
Hex 37 9D 79 41 0 17 26 9F 30 2A
Octal 67 235 171 101 0 27 46 237 60 52
Binary 110111 10011101 1111001 1000001 0 10111 100110 10011111 110000 101010

Color Harmonies of #379D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D79

Black with #379D79

Text Example


Text Example

White with #379D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,121); }

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

background-color css

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

 a { background-color: rgb(55,157,121); }

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

border-color css

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

 span { border-color: rgb(55,157,121); }

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