Html Css Color HEX #3C957B Gossamer

📋 copy color: '#3C957B'

red 60 ◦ green 149 ◦ blue 123

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

Shades of Gossamer #3C957B

Tints of Gossamer #3C957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.88%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 18.07%
G = 44.88%
B = 37.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#3C957B (or 0x3C957B) is known color: Gossamer. HEX triplet: 3C, 95 and 7B. RGB value is (60,149,123). Sum of RGB (Red+Green+Blue) = 60+149+123=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #3C957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C957B is #C36A84. Grayscale: #777777. Windows color (decimal): -12806789 or 8099132. OLE color: 8099132.

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

Color convert

RGB 60 149 123 -
CMYK 0.60 0 0.17 0.42
HSL 162.47º 0.43% 0.41% -
HSV(B) 162.47º 0.6% 0.58% -
XYZ 16.19 23.89 22.5 -
YUV 119.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 60 149 123 0.60 0 0.17 0.42 162.47 0.43 0.41
Hex 3C 95 7B 3C 0 11 2A A2 2B 29
Octal 74 225 173 74 0 21 52 242 53 51
Binary 111100 10010101 1111011 111100 0 10001 101010 10100010 101011 101001

Color Harmonies of #3C957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C957B

Black with #3C957B

Text Example


Text Example

White with #3C957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,149,123); }

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

background-color css

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

 a { background-color: rgb(60,149,123); }

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

border-color css

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

 span { border-color: rgb(60,149,123); }

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