#3C967F

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

Shades of Gossamer #3C967F

Tints of Gossamer #3C967F

Color information

#3C967F (or 0x3C967F) is unknown color: approx Gossamer. HEX triplet: 3C, 96 and 7F. RGB value is (60,150,127). Sum of RGB (Red+Green+Blue) = 60+150+127=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #3C967F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C967F is #C36980. Grayscale: #787878. Windows color (decimal): -12806529 or 8361532. OLE color: 8361532.

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

Color convert

RGB60150127-
CMYK0.600.150.41
HSL164.67º42.86%41.18%-
HSV(B)164.67º60%58.82%-
XYZ16.624.3123.9-
YUV120.47131.6884.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 127 (50% from 255) = 37.69%
R=17.80%
G=44.51%
B=37.69%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601501270.600.150.41164.6742.8641.18
Hex3C967F3C0F29a52b29
Octal7422617774017512455351
Binary1111001001011011111111111000111110100110100101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,150,127); }

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

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

 a { background-color: rgb(60,150,127); }

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

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

 span { border-color: rgb(60,150,127); }

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