Html Css Color HEX #3C9B7F Gossamer

📋 copy color: '#3C9B7F'

red 60 ◦ green 155 ◦ blue 127

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

Shades of Gossamer #3C9B7F

Tints of Gossamer #3C9B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 17.54%
G = 45.32%
B = 37.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#3C9B7F (or 0x3C9B7F) is known color: Gossamer. HEX triplet: 3C, 9B and 7F. RGB value is (60,155,127). Sum of RGB (Red+Green+Blue) = 60+155+127=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B7F is #C36480. Grayscale: #7B7B7B. Windows color (decimal): -12805249 or 8362812. OLE color: 8362812.

HSL color Cylindrical-coordinate representation of color #3C9B7F: hue angle of 162.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B7F is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 155 127 -
CMYK 0.61 0 0.18 0.39
HSL 162.32º 0.44% 0.42% -
HSV(B) 162.32º 0.61% 0.61% -
XYZ 17.42 25.94 24.17 -
YUV 123.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 60 155 127 0.61 0 0.18 0.39 162.32 0.44 0.42
Hex 3C 9B 7F 3D 0 12 27 A2 2C 2A
Octal 74 233 177 75 0 22 47 242 54 52
Binary 111100 10011011 1111111 111101 0 10010 100111 10100010 101100 101010

Color Harmonies of #3C9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9B7F

Black with #3C9B7F

Text Example


Text Example

White with #3C9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,155,127); }

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

background-color css

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

 a { background-color: rgb(60,155,127); }

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

border-color css

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

 span { border-color: rgb(60,155,127); }

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