Html Css Color HEX #3C9B7A Gossamer

📋 copy color: '#3C9B7A'

red 60 ◦ green 155 ◦ blue 122

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

Shades of Gossamer #3C9B7A

Tints of Gossamer #3C9B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 17.8%
G = 45.99%
B = 36.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#3C9B7A (or 0x3C9B7A) is known color: Gossamer. HEX triplet: 3C, 9B and 7A. RGB value is (60,155,122). Sum of RGB (Red+Green+Blue) = 60+155+122=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B7A is #C36485. Grayscale: #7A7A7A. Windows color (decimal): -12805254 or 8035132. OLE color: 8035132.

HSL color Cylindrical-coordinate representation of color #3C9B7A: hue angle of 159.16º 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 #3C9B7A is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 155 122 -
CMYK 0.61 0 0.21 0.39
HSL 159.16º 0.44% 0.42% -
HSV(B) 159.16º 0.61% 0.61% -
XYZ 17.1 25.81 22.49 -
YUV 122.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 60 155 122 0.61 0 0.21 0.39 159.16 0.44 0.42
Hex 3C 9B 7A 3D 0 15 27 9F 2C 2A
Octal 74 233 172 75 0 25 47 237 54 52
Binary 111100 10011011 1111010 111101 0 10101 100111 10011111 101100 101010

Color Harmonies of #3C9B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9B7A

Black with #3C9B7A

Text Example


Text Example

White with #3C9B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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