Html Css Color HEX #379E75 Gossamer

📋 copy color: '#379E75'

red 55 ◦ green 158 ◦ blue 117

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

Shades of Gossamer #379E75

Tints of Gossamer #379E75

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.88%

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

R = 16.67%
G = 47.88%
B = 35.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#379E75 (or 0x379E75) is known color: Gossamer. HEX triplet: 37, 9E and 75. RGB value is (55,158,117). Sum of RGB (Red+Green+Blue) = 55+158+117=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #379E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379E75 is #C8618A. Grayscale: #7A7A7A. Windows color (decimal): -13132171 or 7708215. OLE color: 7708215.

HSL color Cylindrical-coordinate representation of color #379E75: hue angle of 156.12º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379E75 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 158 117 -
CMYK 0.65 0 0.26 0.38
HSL 156.12º 0.48% 0.42% -
HSV(B) 156.12º 0.65% 0.62% -
XYZ 17.01 26.55 21.06 -
YUV 122.53 124.88 79.83 -
System Red Green Blue C M Y K H S L
Decimal 55 158 117 0.65 0 0.26 0.38 156.12 0.48 0.42
Hex 37 9E 75 41 0 1A 26 9C 30 2A
Octal 67 236 165 101 0 32 46 234 60 52
Binary 110111 10011110 1110101 1000001 0 11010 100110 10011100 110000 101010

Color Harmonies of #379E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379E75

Black with #379E75

Text Example


Text Example

White with #379E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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