#3CB18A

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

Shades of Gossamer #3CB18A

Tints of Gossamer #3CB18A

Color information

#3CB18A (or 0x3CB18A) is unknown color: approx Gossamer. HEX triplet: 3C, B1 and 8A. RGB value is (60,177,138). Sum of RGB (Red+Green+Blue) = 60+177+138=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB18A is #C34E75. Grayscale: #898989. Windows color (decimal): -12799606 or 9089340. OLE color: 9089340.

HSL color Cylindrical-coordinate representation of color #3CB18A: hue angle of 160º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB18A is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB60177138-
CMYK0.6600.220.31
HSL160º49.37%46.47%-
HSV(B)160º66.1%69.41%-
XYZ22.1734.2429.49-
YUV137.57128.2472.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=16%
G=47.2%
B=36.8%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601771380.6600.220.3116049.3746.47
Hex3CB18A420161Fa0312e
Octal74261212102026372406156
Binary111100101100011000101010000100101101111110100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,177,138); }

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

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

 a { background-color: rgb(60,177,138); }

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

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

 span { border-color: rgb(60,177,138); }

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