Html Css Color HEX #379579 Gossamer

📋 copy color: '#379579'

red 55 ◦ green 149 ◦ blue 121

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

Shades of Gossamer #379579

Tints of Gossamer #379579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 16.92%
G = 45.85%
B = 37.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#379579 (or 0x379579) is known color: Gossamer. HEX triplet: 37, 95 and 79. RGB value is (55,149,121). Sum of RGB (Red+Green+Blue) = 55+149+121=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #379579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379579 is #C86A86. Grayscale: #757575. Windows color (decimal): -13134471 or 7968055. OLE color: 7968055.

HSL color Cylindrical-coordinate representation of color #379579: hue angle of 162.13º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379579 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 149 121 -
CMYK 0.63 0 0.19 0.42
HSL 162.13º 0.46% 0.4% -
HSV(B) 162.13º 0.63% 0.58% -
XYZ 15.77 23.69 21.83 -
YUV 117.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 55 149 121 0.63 0 0.19 0.42 162.13 0.46 0.4
Hex 37 95 79 3F 0 13 2A A2 2E 28
Octal 67 225 171 77 0 23 52 242 56 50
Binary 110111 10010101 1111001 111111 0 10011 101010 10100010 101110 101000

Color Harmonies of #379579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379579

Black with #379579

Text Example


Text Example

White with #379579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379579; }

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

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

background-color css

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

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

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

border-color css

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

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

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