Html Css Color HEX #3FA482 Gossamer

📋 copy color: '#3FA482'

red 63 ◦ green 164 ◦ blue 130

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

Shades of Gossamer #3FA482

Tints of Gossamer #3FA482

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 17.65%
G = 45.94%
B = 36.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#3FA482 (or 0x3FA482) is known color: Gossamer. HEX triplet: 3F, A4 and 82. RGB value is (63,164,130). Sum of RGB (Red+Green+Blue) = 63+164+130=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA482 is #C05B7D. Grayscale: #818181. Windows color (decimal): -12606334 or 8561727. OLE color: 8561727.

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

Color convert

RGB 63 164 130 -
CMYK 0.62 0 0.21 0.36
HSL 159.8º 0.44% 0.45% -
HSV(B) 159.8º 0.62% 0.64% -
XYZ 19.35 29.22 25.74 -
YUV 129.93 128.04 80.26 -
System Red Green Blue C M Y K H S L
Decimal 63 164 130 0.62 0 0.21 0.36 159.8 0.44 0.45
Hex 3F A4 82 3E 0 15 24 A0 2C 2D
Octal 77 244 202 76 0 25 44 240 54 55
Binary 111111 10100100 10000010 111110 0 10101 100100 10100000 101100 101101

Color Harmonies of #3FA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA482

Black with #3FA482

Text Example


Text Example

White with #3FA482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,164,130); }

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

background-color css

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

 a { background-color: rgb(63,164,130); }

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

border-color css

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

 span { border-color: rgb(63,164,130); }

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