Html Css Color HEX #3C9C7D Gossamer

📋 copy color: '#3C9C7D'

red 60 ◦ green 156 ◦ blue 125

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

Shades of Gossamer #3C9C7D

Tints of Gossamer #3C9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.75%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 17.6%
G = 45.75%
B = 36.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#3C9C7D (or 0x3C9C7D) is known color: Gossamer. HEX triplet: 3C, 9C and 7D. RGB value is (60,156,125). Sum of RGB (Red+Green+Blue) = 60+156+125=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C7D is #C36382. Grayscale: #7B7B7B. Windows color (decimal): -12804995 or 8231996. OLE color: 8231996.

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

Color convert

RGB 60 156 125 -
CMYK 0.62 0 0.20 0.39
HSL 160.63º 0.44% 0.42% -
HSV(B) 160.63º 0.62% 0.61% -
XYZ 17.45 26.22 23.54 -
YUV 123.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 60 156 125 0.62 0 0.20 0.39 160.63 0.44 0.42
Hex 3C 9C 7D 3E 0 14 27 A1 2C 2A
Octal 74 234 175 76 0 24 47 241 54 52
Binary 111100 10011100 1111101 111110 0 10100 100111 10100001 101100 101010

Color Harmonies of #3C9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9C7D

Black with #3C9C7D

Text Example


Text Example

White with #3C9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,156,125); }

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

background-color css

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

 a { background-color: rgb(60,156,125); }

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

border-color css

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

 span { border-color: rgb(60,156,125); }

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