Html Css Color HEX #3FA380 Gossamer

📋 copy color: '#3FA380'

red 63 ◦ green 163 ◦ blue 128

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

Shades of Gossamer #3FA380

Tints of Gossamer #3FA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.16%

R = 17.8%
G = 46.05%
B = 36.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#3FA380 (or 0x3FA380) is known color: Gossamer. HEX triplet: 3F, A3 and 80. RGB value is (63,163,128). Sum of RGB (Red+Green+Blue) = 63+163+128=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA380 is #C05C7F. Grayscale: #818181. Windows color (decimal): -12606592 or 8430399. OLE color: 8430399.

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

Color convert

RGB 63 163 128 -
CMYK 0.61 0 0.21 0.36
HSL 159º 0.44% 0.44% -
HSV(B) 159º 0.61% 0.64% -
XYZ 19.04 28.81 24.98 -
YUV 129.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 63 163 128 0.61 0 0.21 0.36 159 0.44 0.44
Hex 3F A3 80 3D 0 15 24 9F 2C 2C
Octal 77 243 200 75 0 25 44 237 54 54
Binary 111111 10100011 10000000 111101 0 10101 100100 10011111 101100 101100

Color Harmonies of #3FA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA380

Black with #3FA380

Text Example


Text Example

White with #3FA380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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