Html Css Color HEX #3FA079 Gossamer

📋 copy color: '#3FA079'

red 63 ◦ green 160 ◦ blue 121

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

Shades of Gossamer #3FA079

Tints of Gossamer #3FA079

RGB

 RED value IS 63 (25% from 255) = 18.31%

 GREEN value IS 160 (62.89% from 255) = 46.51%

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

R = 18.31%
G = 46.51%
B = 35.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#3FA079 (or 0x3FA079) is known color: Gossamer. HEX triplet: 3F, A0 and 79. RGB value is (63,160,121). Sum of RGB (Red+Green+Blue) = 63+160+121=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA079 is #C05F86. Grayscale: #7E7E7E. Windows color (decimal): -12607367 or 7970879. OLE color: 7970879.

HSL color Cylindrical-coordinate representation of color #3FA079: hue angle of 155.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA079 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 160 121 -
CMYK 0.61 0 0.24 0.37
HSL 155.88º 0.43% 0.44% -
HSV(B) 155.88º 0.61% 0.63% -
XYZ 18.07 27.58 22.46 -
YUV 126.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 63 160 121 0.61 0 0.24 0.37 155.88 0.43 0.44
Hex 3F A0 79 3D 0 18 25 9C 2B 2C
Octal 77 240 171 75 0 30 45 234 53 54
Binary 111111 10100000 1111001 111101 0 11000 100101 10011100 101011 101100

Color Harmonies of #3FA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA079

Black with #3FA079

Text Example


Text Example

White with #3FA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FA079; }

 p { color: rgb(63,160,121); }

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

background-color css

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

 a { background-color: rgb(63,160,121); }

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

border-color css

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

 span { border-color: rgb(63,160,121); }

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