Html Css Color HEX #379679 Gossamer

📋 copy color: '#379679'

red 55 ◦ green 150 ◦ blue 121

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

Shades of Gossamer #379679

Tints of Gossamer #379679

RGB

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

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

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

R = 16.87%
G = 46.01%
B = 37.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#379679 (or 0x379679) is known color: Gossamer. HEX triplet: 37, 96 and 79. RGB value is (55,150,121). Sum of RGB (Red+Green+Blue) = 55+150+121=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #379679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379679 is #C86986. Grayscale: #767676. Windows color (decimal): -13134215 or 7968311. OLE color: 7968311.

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

Color convert

RGB 55 150 121 -
CMYK 0.63 0 0.19 0.41
HSL 161.68º 0.46% 0.4% -
HSV(B) 161.68º 0.63% 0.59% -
XYZ 15.93 24.01 21.88 -
YUV 118.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 55 150 121 0.63 0 0.19 0.41 161.68 0.46 0.4
Hex 37 96 79 3F 0 13 29 A2 2E 28
Octal 67 226 171 77 0 23 51 242 56 50
Binary 110111 10010110 1111001 111111 0 10011 101001 10100010 101110 101000

Color Harmonies of #379679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379679

Black with #379679

Text Example


Text Example

White with #379679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379679; }

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

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

background-color css

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

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

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

border-color css

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

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

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