Html Css Color HEX #379779 Gossamer

📋 copy color: '#379779'

red 55 ◦ green 151 ◦ blue 121

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

Shades of Gossamer #379779

Tints of Gossamer #379779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

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

R = 16.82%
G = 46.18%
B = 37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#379779 (or 0x379779) is known color: Gossamer. HEX triplet: 37, 97 and 79. RGB value is (55,151,121). Sum of RGB (Red+Green+Blue) = 55+151+121=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #379779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379779 is #C86886. Grayscale: #767676. Windows color (decimal): -13133959 or 7968567. OLE color: 7968567.

HSL color Cylindrical-coordinate representation of color #379779: hue angle of 161.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379779 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 151 121 -
CMYK 0.64 0 0.20 0.41
HSL 161.25º 0.47% 0.4% -
HSV(B) 161.25º 0.64% 0.59% -
XYZ 16.09 24.33 21.94 -
YUV 118.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 55 151 121 0.64 0 0.20 0.41 161.25 0.47 0.4
Hex 37 97 79 40 0 14 29 A1 2F 28
Octal 67 227 171 100 0 24 51 241 57 50
Binary 110111 10010111 1111001 1000000 0 10100 101001 10100001 101111 101000

Color Harmonies of #379779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379779

Black with #379779

Text Example


Text Example

White with #379779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379779; }

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

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

background-color css

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

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

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

border-color css

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

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

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