Html Css Color HEX #3FA388 Gossamer

📋 copy color: '#3FA388'

red 63 ◦ green 163 ◦ blue 136

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

Shades of Gossamer #3FA388

Tints of Gossamer #3FA388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.57%

R = 17.4%
G = 45.03%
B = 37.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#3FA388 (or 0x3FA388) is known color: Gossamer. HEX triplet: 3F, A3 and 88. RGB value is (63,163,136). Sum of RGB (Red+Green+Blue) = 63+163+136=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA388 is #C05C77. Grayscale: #828282. Windows color (decimal): -12606584 or 8954687. OLE color: 8954687.

HSL color Cylindrical-coordinate representation of color #3FA388: hue angle of 163.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 #3FA388 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 163 136 -
CMYK 0.61 0 0.17 0.36
HSL 163.8º 0.44% 0.44% -
HSV(B) 163.8º 0.61% 0.64% -
XYZ 19.59 29.03 27.86 -
YUV 130.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 63 163 136 0.61 0 0.17 0.36 163.8 0.44 0.44
Hex 3F A3 88 3D 0 11 24 A4 2C 2C
Octal 77 243 210 75 0 21 44 244 54 54
Binary 111111 10100011 10001000 111101 0 10001 100100 10100100 101100 101100

Color Harmonies of #3FA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA388

Black with #3FA388

Text Example


Text Example

White with #3FA388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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