Html Css Color HEX #3C9A74 Gossamer

📋 copy color: '#3C9A74'

red 60 ◦ green 154 ◦ blue 116

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

Shades of Gossamer #3C9A74

Tints of Gossamer #3C9A74

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 18.18%
G = 46.67%
B = 35.15%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#3C9A74 (or 0x3C9A74) is known color: Gossamer. HEX triplet: 3C, 9A and 74. RGB value is (60,154,116). Sum of RGB (Red+Green+Blue) = 60+154+116=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9A74 is #C3658B. Grayscale: #797979. Windows color (decimal): -12805516 or 7641660. OLE color: 7641660.

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

Color convert

RGB 60 154 116 -
CMYK 0.61 0 0.25 0.40
HSL 155.74º 0.44% 0.42% -
HSV(B) 155.74º 0.61% 0.6% -
XYZ 16.57 25.33 20.54 -
YUV 121.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 60 154 116 0.61 0 0.25 0.40 155.74 0.44 0.42
Hex 3C 9A 74 3D 0 19 28 9C 2C 2A
Octal 74 232 164 75 0 31 50 234 54 52
Binary 111100 10011010 1110100 111101 0 11001 101000 10011100 101100 101010

Color Harmonies of #3C9A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9A74

Black with #3C9A74

Text Example


Text Example

White with #3C9A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,154,116); }

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

background-color css

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

 a { background-color: rgb(60,154,116); }

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

border-color css

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

 span { border-color: rgb(60,154,116); }

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