Html Css Color HEX #3FA680 Gossamer

📋 copy color: '#3FA680'

red 63 ◦ green 166 ◦ blue 128

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

Shades of Gossamer #3FA680

Tints of Gossamer #3FA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.5%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 17.65%
G = 46.5%
B = 35.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#3FA680 (or 0x3FA680) is known color: Gossamer. HEX triplet: 3F, A6 and 80. RGB value is (63,166,128). Sum of RGB (Red+Green+Blue) = 63+166+128=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA680 is #C0597F. Grayscale: #828282. Windows color (decimal): -12605824 or 8431167. OLE color: 8431167.

HSL color Cylindrical-coordinate representation of color #3FA680: hue angle of 157.86º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA680 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 63 166 128 -
CMYK 0.62 0 0.23 0.35
HSL 157.86º 0.45% 0.45% -
HSV(B) 157.86º 0.62% 0.65% -
XYZ 19.58 29.89 25.16 -
YUV 130.87 126.38 79.59 -
System Red Green Blue C M Y K H S L
Decimal 63 166 128 0.62 0 0.23 0.35 157.86 0.45 0.45
Hex 3F A6 80 3E 0 17 23 9E 2D 2D
Octal 77 246 200 76 0 27 43 236 55 55
Binary 111111 10100110 10000000 111110 0 10111 100011 10011110 101101 101101

Color Harmonies of #3FA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA680

Black with #3FA680

Text Example


Text Example

White with #3FA680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,166,128); }

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

background-color css

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

 a { background-color: rgb(63,166,128); }

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

border-color css

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

 span { border-color: rgb(63,166,128); }

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