Html Css Color HEX #379F74 Gossamer

📋 copy color: '#379F74'

red 55 ◦ green 159 ◦ blue 116

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

Shades of Gossamer #379F74

Tints of Gossamer #379F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.18%

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

R = 16.67%
G = 48.18%
B = 35.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#379F74 (or 0x379F74) is known color: Gossamer. HEX triplet: 37, 9F and 74. RGB value is (55,159,116). Sum of RGB (Red+Green+Blue) = 55+159+116=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #379F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F74 is #C8608B. Grayscale: #7B7B7B. Windows color (decimal): -13131916 or 7642935. OLE color: 7642935.

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

Color convert

RGB 55 159 116 -
CMYK 0.65 0 0.27 0.38
HSL 155.19º 0.49% 0.42% -
HSV(B) 155.19º 0.65% 0.62% -
XYZ 17.13 26.87 20.81 -
YUV 123 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 55 159 116 0.65 0 0.27 0.38 155.19 0.49 0.42
Hex 37 9F 74 41 0 1B 26 9B 31 2A
Octal 67 237 164 101 0 33 46 233 61 52
Binary 110111 10011111 1110100 1000001 0 11011 100110 10011011 110001 101010

Color Harmonies of #379F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F74

Black with #379F74

Text Example


Text Example

White with #379F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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