Html Css Color HEX #3FB396 Gossamer

📋 copy color: '#3FB396'

red 63 ◦ green 179 ◦ blue 150

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

Shades of Gossamer #3FB396

Tints of Gossamer #3FB396

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 16.07%
G = 45.66%
B = 38.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#3FB396 (or 0x3FB396) is known color: Gossamer. HEX triplet: 3F, B3 and 96. RGB value is (63,179,150). Sum of RGB (Red+Green+Blue) = 63+179+150=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #3FB396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB396 is #C04C69. Grayscale: #8D8D8D. Windows color (decimal): -12602474 or 9876287. OLE color: 9876287.

HSL color Cylindrical-coordinate representation of color #3FB396: hue angle of 165º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB396 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 63 179 150 -
CMYK 0.65 0 0.16 0.30
HSL 165º 0.48% 0.47% -
HSV(B) 165º 0.65% 0.7% -
XYZ 23.68 35.5 34.46 -
YUV 141.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 63 179 150 0.65 0 0.16 0.30 165 0.48 0.47
Hex 3F B3 96 41 0 10 1E A5 30 2F
Octal 77 263 226 101 0 20 36 245 60 57
Binary 111111 10110011 10010110 1000001 0 10000 11110 10100101 110000 101111

Color Harmonies of #3FB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FB396

Black with #3FB396

Text Example


Text Example

White with #3FB396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,179,150); }

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

background-color css

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

 a { background-color: rgb(63,179,150); }

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

border-color css

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

 span { border-color: rgb(63,179,150); }

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