Html Css Color HEX #3F957A Gossamer

📋 copy color: '#3F957A'

red 63 ◦ green 149 ◦ blue 122

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

Shades of Gossamer #3F957A

Tints of Gossamer #3F957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 18.86%
G = 44.61%
B = 36.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#3F957A (or 0x3F957A) is known color: Gossamer. HEX triplet: 3F, 95 and 7A. RGB value is (63,149,122). Sum of RGB (Red+Green+Blue) = 63+149+122=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #3F957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F957A is #C06A85. Grayscale: #787878. Windows color (decimal): -12610182 or 8033599. OLE color: 8033599.

HSL color Cylindrical-coordinate representation of color #3F957A: hue angle of 161.16º 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 #3F957A is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 149 122 -
CMYK 0.58 0 0.18 0.42
HSL 161.16º 0.41% 0.42% -
HSV(B) 161.16º 0.58% 0.58% -
XYZ 16.31 23.96 22.18 -
YUV 120.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 63 149 122 0.58 0 0.18 0.42 161.16 0.41 0.42
Hex 3F 95 7A 3A 0 12 2A A1 29 2A
Octal 77 225 172 72 0 22 52 241 51 52
Binary 111111 10010101 1111010 111010 0 10010 101010 10100001 101001 101010

Color Harmonies of #3F957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F957A

Black with #3F957A

Text Example


Text Example

White with #3F957A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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