Html Css Color HEX #3FA291 Gossamer

📋 copy color: '#3FA291'

red 63 ◦ green 162 ◦ blue 145

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

Shades of Gossamer #3FA291

Tints of Gossamer #3FA291

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.78%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 17.03%
G = 43.78%
B = 39.19%

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

#3FA291 (or 0x3FA291) is known color: Gossamer. HEX triplet: 3F, A2 and 91. RGB value is (63,162,145). Sum of RGB (Red+Green+Blue) = 63+162+145=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA291 is #C05D6E. Grayscale: #828282. Windows color (decimal): -12606831 or 9544255. OLE color: 9544255.

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

Color convert

RGB 63 162 145 -
CMYK 0.61 0 0.10 0.36
HSL 169.7º 0.44% 0.44% -
HSV(B) 169.7º 0.61% 0.64% -
XYZ 20.08 28.94 31.32 -
YUV 130.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 63 162 145 0.61 0 0.10 0.36 169.7 0.44 0.44
Hex 3F A2 91 3D 0 A 24 AA 2C 2C
Octal 77 242 221 75 0 12 44 252 54 54
Binary 111111 10100010 10010001 111101 0 1010 100100 10101010 101100 101100

Color Harmonies of #3FA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA291

Black with #3FA291

Text Example


Text Example

White with #3FA291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,162,145); }

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

background-color css

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

 a { background-color: rgb(63,162,145); }

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

border-color css

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

 span { border-color: rgb(63,162,145); }

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