Html Css Color HEX #3C9975 Gossamer

📋 copy color: '#3C9975'

red 60 ◦ green 153 ◦ blue 117

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

Shades of Gossamer #3C9975

Tints of Gossamer #3C9975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 18.18%
G = 46.36%
B = 35.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#3C9975 (or 0x3C9975) is known color: Gossamer. HEX triplet: 3C, 99 and 75. RGB value is (60,153,117). Sum of RGB (Red+Green+Blue) = 60+153+117=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9975 is #C3668A. Grayscale: #797979. Windows color (decimal): -12805771 or 7706940. OLE color: 7706940.

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

Color convert

RGB 60 153 117 -
CMYK 0.61 0 0.24 0.4
HSL 156.77º 0.44% 0.42% -
HSV(B) 156.77º 0.61% 0.6% -
XYZ 16.47 25.03 20.79 -
YUV 121.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 60 153 117 0.61 0 0.24 0.4 156.77 0.44 0.42
Hex 3C 99 75 3D 0 18 28 9D 2C 2A
Octal 74 231 165 75 0 30 50 235 54 52
Binary 111100 10011001 1110101 111101 0 11000 101000 10011101 101100 101010

Color Harmonies of #3C9975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9975

Black with #3C9975

Text Example


Text Example

White with #3C9975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,153,117); }

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

background-color css

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

 a { background-color: rgb(60,153,117); }

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

border-color css

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

 span { border-color: rgb(60,153,117); }

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