Html Css Color HEX #3FA27D Gossamer

📋 copy color: '#3FA27D'

red 63 ◦ green 162 ◦ blue 125

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

Shades of Gossamer #3FA27D

Tints of Gossamer #3FA27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 18%
G = 46.29%
B = 35.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#3FA27D (or 0x3FA27D) is known color: Gossamer. HEX triplet: 3F, A2 and 7D. RGB value is (63,162,125). Sum of RGB (Red+Green+Blue) = 63+162+125=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA27D is #C05D82. Grayscale: #808080. Windows color (decimal): -12606851 or 8233535. OLE color: 8233535.

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

Color convert

RGB 63 162 125 -
CMYK 0.61 0 0.23 0.36
HSL 157.58º 0.44% 0.44% -
HSV(B) 157.58º 0.61% 0.64% -
XYZ 18.67 28.38 23.9 -
YUV 128.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 63 162 125 0.61 0 0.23 0.36 157.58 0.44 0.44
Hex 3F A2 7D 3D 0 17 24 9E 2C 2C
Octal 77 242 175 75 0 27 44 236 54 54
Binary 111111 10100010 1111101 111101 0 10111 100100 10011110 101100 101100

Color Harmonies of #3FA27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA27D

Black with #3FA27D

Text Example


Text Example

White with #3FA27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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