Html Css Color HEX #379D74 Gossamer

📋 copy color: '#379D74'

red 55 ◦ green 157 ◦ blue 116

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

Shades of Gossamer #379D74

Tints of Gossamer #379D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 16.77%
G = 47.87%
B = 35.37%

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

#379D74 (or 0x379D74) is known color: Gossamer. HEX triplet: 37, 9D and 74. RGB value is (55,157,116). Sum of RGB (Red+Green+Blue) = 55+157+116=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #379D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D74 is #C8628B. Grayscale: #797979. Windows color (decimal): -13132428 or 7642423. OLE color: 7642423.

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

Color convert

RGB 55 157 116 -
CMYK 0.65 0 0.26 0.38
HSL 155.88º 0.48% 0.42% -
HSV(B) 155.88º 0.65% 0.62% -
XYZ 16.78 26.19 20.69 -
YUV 121.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 55 157 116 0.65 0 0.26 0.38 155.88 0.48 0.42
Hex 37 9D 74 41 0 1A 26 9C 30 2A
Octal 67 235 164 101 0 32 46 234 60 52
Binary 110111 10011101 1110100 1000001 0 11010 100110 10011100 110000 101010

Color Harmonies of #379D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D74

Black with #379D74

Text Example


Text Example

White with #379D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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