Html Css Color HEX #3F957D Gossamer

📋 copy color: '#3F957D'

red 63 ◦ green 149 ◦ blue 125

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

Shades of Gossamer #3F957D

Tints of Gossamer #3F957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 18.69%
G = 44.21%
B = 37.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#3F957D (or 0x3F957D) is known color: Gossamer. HEX triplet: 3F, 95 and 7D. RGB value is (63,149,125). Sum of RGB (Red+Green+Blue) = 63+149+125=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #3F957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F957D is #C06A82. Grayscale: #787878. Windows color (decimal): -12610179 or 8230207. OLE color: 8230207.

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

Color convert

RGB 63 149 125 -
CMYK 0.58 0 0.16 0.42
HSL 163.26º 0.41% 0.42% -
HSV(B) 163.26º 0.58% 0.58% -
XYZ 16.5 24.03 23.17 -
YUV 120.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 63 149 125 0.58 0 0.16 0.42 163.26 0.41 0.42
Hex 3F 95 7D 3A 0 10 2A A3 29 2A
Octal 77 225 175 72 0 20 52 243 51 52
Binary 111111 10010101 1111101 111010 0 10000 101010 10100011 101001 101010

Color Harmonies of #3F957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F957D

Black with #3F957D

Text Example


Text Example

White with #3F957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,125); }

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

background-color css

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

 a { background-color: rgb(63,149,125); }

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

border-color css

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

 span { border-color: rgb(63,149,125); }

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