Html Css Color HEX #379D90 Gossamer

📋 copy color: '#379D90'

red 55 ◦ green 157 ◦ blue 144

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

Shades of Gossamer #379D90

Tints of Gossamer #379D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 15.45%
G = 44.1%
B = 40.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#379D90 (or 0x379D90) is known color: Gossamer. HEX triplet: 37, 9D and 90. RGB value is (55,157,144). Sum of RGB (Red+Green+Blue) = 55+157+144=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #379D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379D90 is #C8626F. Grayscale: #7C7C7C. Windows color (decimal): -13132400 or 9477431. OLE color: 9477431.

HSL color Cylindrical-coordinate representation of color #379D90: hue angle of 172.35º 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 #379D90 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 157 144 -
CMYK 0.65 0 0.08 0.38
HSL 172.35º 0.48% 0.42% -
HSV(B) 172.35º 0.65% 0.62% -
XYZ 18.67 26.94 30.6 -
YUV 125.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 55 157 144 0.65 0 0.08 0.38 172.35 0.48 0.42
Hex 37 9D 90 41 0 8 26 AC 30 2A
Octal 67 235 220 101 0 10 46 254 60 52
Binary 110111 10011101 10010000 1000001 0 1000 100110 10101100 110000 101010

Color Harmonies of #379D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D90

Black with #379D90

Text Example


Text Example

White with #379D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,144); }

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

background-color css

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

 a { background-color: rgb(55,157,144); }

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

border-color css

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

 span { border-color: rgb(55,157,144); }

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