#3C9C75

Color #3C9C75 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #3C9C75

Tints of Gossamer #3C9C75

Color information

#3C9C75 (or 0x3C9C75) is unknown color: approx Gossamer. HEX triplet: 3C, 9C and 75. RGB value is (60,156,117). Sum of RGB (Red+Green+Blue) = 60+156+117=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C75 is #C3638A. Grayscale: #7A7A7A. Windows color (decimal): -12805003 or 7707708. OLE color: 7707708.

HSL color Cylindrical-coordinate representation of color #3C9C75: hue angle of 155.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 #3C9C75 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB60156117-
CMYK0.6200.250.39
HSL155.62º44.44%42.35%-
HSV(B)155.62º61.54%61.18%-
XYZ16.9626.0220.96-
YUV122.85124.783.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.02%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=18.02%
G=46.85%
B=35.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601561170.6200.250.39155.6244.4442.35
Hex3C9C753E019279c2c2a
Octal7423416576031472345452
Binary11110010011100111010111111001100110011110011100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C9C75;
 }
 .AnyTagClassName
 {
   color: #3C9C75;
 }
</style>
background-color css

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

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

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

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

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

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