Html Css Color HEX #3F957B Gossamer

📋 copy color: '#3F957B'

red 63 ◦ green 149 ◦ blue 123

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

Shades of Gossamer #3F957B

Tints of Gossamer #3F957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 18.81%
G = 44.48%
B = 36.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#3F957B (or 0x3F957B) is known color: Gossamer. HEX triplet: 3F, 95 and 7B. RGB value is (63,149,123). Sum of RGB (Red+Green+Blue) = 63+149+123=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #3F957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F957B is #C06A84. Grayscale: #787878. Windows color (decimal): -12610181 or 8099135. OLE color: 8099135.

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

Color convert

RGB 63 149 123 -
CMYK 0.58 0 0.17 0.42
HSL 161.86º 0.41% 0.42% -
HSV(B) 161.86º 0.58% 0.58% -
XYZ 16.37 23.98 22.5 -
YUV 120.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 63 149 123 0.58 0 0.17 0.42 161.86 0.41 0.42
Hex 3F 95 7B 3A 0 11 2A A2 29 2A
Octal 77 225 173 72 0 21 52 242 51 52
Binary 111111 10010101 1111011 111010 0 10001 101010 10100010 101001 101010

Color Harmonies of #3F957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F957B

Black with #3F957B

Text Example


Text Example

White with #3F957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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