Html Css Color HEX #3F9876 Gossamer

📋 copy color: '#3F9876'

red 63 ◦ green 152 ◦ blue 118

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

Shades of Gossamer #3F9876

Tints of Gossamer #3F9876

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

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

R = 18.92%
G = 45.65%
B = 35.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#3F9876 (or 0x3F9876) is known color: Gossamer. HEX triplet: 3F, 98 and 76. RGB value is (63,152,118). Sum of RGB (Red+Green+Blue) = 63+152+118=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9876 is #C06789. Grayscale: #797979. Windows color (decimal): -12609418 or 7772223. OLE color: 7772223.

HSL color Cylindrical-coordinate representation of color #3F9876: hue angle of 157.08º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9876 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 152 118 -
CMYK 0.59 0 0.22 0.40
HSL 157.08º 0.41% 0.42% -
HSV(B) 157.08º 0.59% 0.6% -
XYZ 16.55 24.82 21.06 -
YUV 121.51 126.01 86.26 -
System Red Green Blue C M Y K H S L
Decimal 63 152 118 0.59 0 0.22 0.40 157.08 0.41 0.42
Hex 3F 98 76 3B 0 16 28 9D 29 2A
Octal 77 230 166 73 0 26 50 235 51 52
Binary 111111 10011000 1110110 111011 0 10110 101000 10011101 101001 101010

Color Harmonies of #3F9876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9876

Black with #3F9876

Text Example


Text Example

White with #3F9876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,152,118); }

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

background-color css

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

 a { background-color: rgb(63,152,118); }

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

border-color css

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

 span { border-color: rgb(63,152,118); }

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