Html Css Color HEX #379476 Gossamer

📋 copy color: '#379476'

red 55 ◦ green 148 ◦ blue 118

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

Shades of Gossamer #379476

Tints of Gossamer #379476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 17.13%
G = 46.11%
B = 36.76%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#379476 (or 0x379476) is known color: Gossamer. HEX triplet: 37, 94 and 76. RGB value is (55,148,118). Sum of RGB (Red+Green+Blue) = 55+148+118=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #379476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379476 is #C86B89. Grayscale: #747474. Windows color (decimal): -13134730 or 7771191. OLE color: 7771191.

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

Color convert

RGB 55 148 118 -
CMYK 0.63 0 0.20 0.42
HSL 160.65º 0.46% 0.4% -
HSV(B) 160.65º 0.63% 0.58% -
XYZ 15.44 23.3 20.82 -
YUV 116.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 55 148 118 0.63 0 0.20 0.42 160.65 0.46 0.4
Hex 37 94 76 3F 0 14 2A A1 2E 28
Octal 67 224 166 77 0 24 52 241 56 50
Binary 110111 10010100 1110110 111111 0 10100 101010 10100001 101110 101000

Color Harmonies of #379476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379476

Black with #379476

Text Example


Text Example

White with #379476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379476; }

 p { color: rgb(55,148,118); }

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

background-color css

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

 a { background-color: rgb(55,148,118); }

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

border-color css

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

 span { border-color: rgb(55,148,118); }

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