Html Css Color HEX #3FA392 Gossamer

📋 copy color: '#3FA392'

red 63 ◦ green 163 ◦ blue 146

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

Shades of Gossamer #3FA392

Tints of Gossamer #3FA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.82%

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 16.94%
G = 43.82%
B = 39.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#3FA392 (or 0x3FA392) is known color: Gossamer. HEX triplet: 3F, A3 and 92. RGB value is (63,163,146). Sum of RGB (Red+Green+Blue) = 63+163+146=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA392 is #C05C6D. Grayscale: #838383. Windows color (decimal): -12606574 or 9610047. OLE color: 9610047.

HSL color Cylindrical-coordinate representation of color #3FA392: hue angle of 169.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA392 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 163 146 -
CMYK 0.61 0 0.10 0.36
HSL 169.8º 0.44% 0.44% -
HSV(B) 169.8º 0.61% 0.64% -
XYZ 20.34 29.33 31.78 -
YUV 131.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 63 163 146 0.61 0 0.10 0.36 169.8 0.44 0.44
Hex 3F A3 92 3D 0 A 24 AA 2C 2C
Octal 77 243 222 75 0 12 44 252 54 54
Binary 111111 10100011 10010010 111101 0 1010 100100 10101010 101100 101100

Color Harmonies of #3FA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA392

Black with #3FA392

Text Example


Text Example

White with #3FA392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,163,146); }

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

background-color css

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

 a { background-color: rgb(63,163,146); }

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

border-color css

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

 span { border-color: rgb(63,163,146); }

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