Html Css Color HEX #379575 Gossamer

📋 copy color: '#379575'

red 55 ◦ green 149 ◦ blue 117

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

Shades of Gossamer #379575

Tints of Gossamer #379575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 17.13%
G = 46.42%
B = 36.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#379575 (or 0x379575) is known color: Gossamer. HEX triplet: 37, 95 and 75. RGB value is (55,149,117). Sum of RGB (Red+Green+Blue) = 55+149+117=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #379575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379575 is #C86A8A. Grayscale: #757575. Windows color (decimal): -13134475 or 7705911. OLE color: 7705911.

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

Color convert

RGB 55 149 117 -
CMYK 0.63 0 0.21 0.42
HSL 159.57º 0.46% 0.4% -
HSV(B) 159.57º 0.63% 0.58% -
XYZ 15.53 23.59 20.56 -
YUV 117.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 55 149 117 0.63 0 0.21 0.42 159.57 0.46 0.4
Hex 37 95 75 3F 0 15 2A A0 2E 28
Octal 67 225 165 77 0 25 52 240 56 50
Binary 110111 10010101 1110101 111111 0 10101 101010 10100000 101110 101000

Color Harmonies of #379575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379575

Black with #379575

Text Example


Text Example

White with #379575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379575; }

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

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

background-color css

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

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

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

border-color css

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

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

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