Html Css Color HEX #379479 Gossamer

📋 copy color: '#379479'

red 55 ◦ green 148 ◦ blue 121

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

Shades of Gossamer #379479

Tints of Gossamer #379479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 16.98%
G = 45.68%
B = 37.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#379479 (or 0x379479) is known color: Gossamer. HEX triplet: 37, 94 and 79. RGB value is (55,148,121). Sum of RGB (Red+Green+Blue) = 55+148+121=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #379479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379479 is #C86B86. Grayscale: #757575. Windows color (decimal): -13134727 or 7967799. OLE color: 7967799.

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

Color convert

RGB 55 148 121 -
CMYK 0.63 0 0.18 0.42
HSL 162.58º 0.46% 0.4% -
HSV(B) 162.58º 0.63% 0.58% -
XYZ 15.62 23.37 21.78 -
YUV 117.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 55 148 121 0.63 0 0.18 0.42 162.58 0.46 0.4
Hex 37 94 79 3F 0 12 2A A3 2E 28
Octal 67 224 171 77 0 22 52 243 56 50
Binary 110111 10010100 1111001 111111 0 10010 101010 10100011 101110 101000

Color Harmonies of #379479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379479

Black with #379479

Text Example


Text Example

White with #379479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379479; }

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

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

background-color css

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

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

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

border-color css

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

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

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