Html Css Color HEX #3F9D91 Gossamer

📋 copy color: '#3F9D91'

red 63 ◦ green 157 ◦ blue 145

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

Shades of Gossamer #3F9D91

Tints of Gossamer #3F9D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

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

R = 17.26%
G = 43.01%
B = 39.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#3F9D91 (or 0x3F9D91) is known color: Gossamer. HEX triplet: 3F, 9D and 91. RGB value is (63,157,145). Sum of RGB (Red+Green+Blue) = 63+157+145=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #3F9D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9D91 is #C0626E. Grayscale: #7F7F7F. Windows color (decimal): -12608111 or 9542975. OLE color: 9542975.

HSL color Cylindrical-coordinate representation of color #3F9D91: hue angle of 172.34º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9D91 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 157 145 -
CMYK 0.60 0 0.08 0.38
HSL 172.34º 0.43% 0.43% -
HSV(B) 172.34º 0.6% 0.62% -
XYZ 19.22 27.22 31.03 -
YUV 127.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 63 157 145 0.60 0 0.08 0.38 172.34 0.43 0.43
Hex 3F 9D 91 3C 0 8 26 AC 2B 2B
Octal 77 235 221 74 0 10 46 254 53 53
Binary 111111 10011101 10010001 111100 0 1000 100110 10101100 101011 101011

Color Harmonies of #3F9D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9D91

Black with #3F9D91

Text Example


Text Example

White with #3F9D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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