Html Css Color HEX #3FAF90 Gossamer

📋 copy color: '#3FAF90'

red 63 ◦ green 175 ◦ blue 144

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

Shades of Gossamer #3FAF90

Tints of Gossamer #3FAF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.81%

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 16.49%
G = 45.81%
B = 37.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#3FAF90 (or 0x3FAF90) is known color: Gossamer. HEX triplet: 3F, AF and 90. RGB value is (63,175,144). Sum of RGB (Red+Green+Blue) = 63+175+144=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF90 is #C0506F. Grayscale: #898989. Windows color (decimal): -12603504 or 9482047. OLE color: 9482047.

HSL color Cylindrical-coordinate representation of color #3FAF90: hue angle of 163.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF90 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 144 -
CMYK 0.64 0 0.18 0.31
HSL 163.39º 0.47% 0.47% -
HSV(B) 163.39º 0.64% 0.69% -
XYZ 22.41 33.73 31.71 -
YUV 137.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 63 175 144 0.64 0 0.18 0.31 163.39 0.47 0.47
Hex 3F AF 90 40 0 12 1F A3 2F 2F
Octal 77 257 220 100 0 22 37 243 57 57
Binary 111111 10101111 10010000 1000000 0 10010 11111 10100011 101111 101111

Color Harmonies of #3FAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF90

Black with #3FAF90

Text Example


Text Example

White with #3FAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,144); }

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

background-color css

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

 a { background-color: rgb(63,175,144); }

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

border-color css

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

 span { border-color: rgb(63,175,144); }

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