Html Css Color HEX #379979 Gossamer

📋 copy color: '#379979'

red 55 ◦ green 153 ◦ blue 121

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

Shades of Gossamer #379979

Tints of Gossamer #379979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

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

R = 16.72%
G = 46.5%
B = 36.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#379979 (or 0x379979) is known color: Gossamer. HEX triplet: 37, 99 and 79. RGB value is (55,153,121). Sum of RGB (Red+Green+Blue) = 55+153+121=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #379979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379979 is #C86686. Grayscale: #787878. Windows color (decimal): -13133447 or 7969079. OLE color: 7969079.

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

Color convert

RGB 55 153 121 -
CMYK 0.64 0 0.21 0.4
HSL 160.41º 0.47% 0.41% -
HSV(B) 160.41º 0.64% 0.6% -
XYZ 16.42 24.98 22.04 -
YUV 120.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 55 153 121 0.64 0 0.21 0.4 160.41 0.47 0.41
Hex 37 99 79 40 0 15 28 A0 2F 29
Octal 67 231 171 100 0 25 50 240 57 51
Binary 110111 10011001 1111001 1000000 0 10101 101000 10100000 101111 101001

Color Harmonies of #379979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379979

Black with #379979

Text Example


Text Example

White with #379979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379979; }

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

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

background-color css

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

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

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

border-color css

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

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

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