Html Css Color HEX #3C9776 Gossamer

📋 copy color: '#3C9776'

red 60 ◦ green 151 ◦ blue 118

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

Shades of Gossamer #3C9776

Tints of Gossamer #3C9776

RGB

 RED value IS 60 (23.83% from 255) = 18.24%

 GREEN value IS 151 (59.38% from 255) = 45.9%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 18.24%
G = 45.9%
B = 35.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#3C9776 (or 0x3C9776) is known color: Gossamer. HEX triplet: 3C, 97 and 76. RGB value is (60,151,118). Sum of RGB (Red+Green+Blue) = 60+151+118=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9776 is #C36889. Grayscale: #787878. Windows color (decimal): -12806282 or 7771964. OLE color: 7771964.

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

Color convert

RGB 60 151 118 -
CMYK 0.60 0 0.22 0.41
HSL 158.24º 0.43% 0.41% -
HSV(B) 158.24º 0.6% 0.59% -
XYZ 16.2 24.4 21 -
YUV 120.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 60 151 118 0.60 0 0.22 0.41 158.24 0.43 0.41
Hex 3C 97 76 3C 0 16 29 9E 2B 29
Octal 74 227 166 74 0 26 51 236 53 51
Binary 111100 10010111 1110110 111100 0 10110 101001 10011110 101011 101001

Color Harmonies of #3C9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9776

Black with #3C9776

Text Example


Text Example

White with #3C9776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,151,118); }

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

background-color css

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

 a { background-color: rgb(60,151,118); }

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

border-color css

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

 span { border-color: rgb(60,151,118); }

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