Html Css Color HEX #379778 Gossamer

📋 copy color: '#379778'

red 55 ◦ green 151 ◦ blue 120

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

Shades of Gossamer #379778

Tints of Gossamer #379778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 16.87%
G = 46.32%
B = 36.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#379778 (or 0x379778) is known color: Gossamer. HEX triplet: 37, 97 and 78. RGB value is (55,151,120). Sum of RGB (Red+Green+Blue) = 55+151+120=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #379778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379778 is #C86887. Grayscale: #767676. Windows color (decimal): -13133960 or 7903031. OLE color: 7903031.

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

Color convert

RGB 55 151 120 -
CMYK 0.64 0 0.21 0.41
HSL 160.63º 0.47% 0.4% -
HSV(B) 160.63º 0.64% 0.59% -
XYZ 16.03 24.3 21.61 -
YUV 118.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 55 151 120 0.64 0 0.21 0.41 160.63 0.47 0.4
Hex 37 97 78 40 0 15 29 A1 2F 28
Octal 67 227 170 100 0 25 51 241 57 50
Binary 110111 10010111 1111000 1000000 0 10101 101001 10100001 101111 101000

Color Harmonies of #379778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379778

Black with #379778

Text Example


Text Example

White with #379778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379778; }

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

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

background-color css

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

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

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

border-color css

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

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

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