#3A9B76

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

Shades of Gossamer #3A9B76

Tints of Gossamer #3A9B76

Color information

#3A9B76 (or 0x3A9B76) is unknown color: approx Gossamer. HEX triplet: 3A, 9B and 76. RGB value is (58,155,118). Sum of RGB (Red+Green+Blue) = 58+155+118=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B76 is #C56489. Grayscale: #797979. Windows color (decimal): -12936330 or 7772986. OLE color: 7772986.

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

Color convert

RGB58155118-
CMYK0.6300.240.39
HSL157.11º45.54%41.76%-
HSV(B)157.11º62.58%60.78%-
XYZ16.7425.6521.21-
YUV121.78125.8682.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=17.52%
G=46.83%
B=35.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551180.6300.240.39157.1145.5441.76
Hex3A9B763F018279d2e2a
Octal7223316677030472355652
Binary11101010011011111011011111101100010011110011101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,118); }

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

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

 a { background-color: rgb(58,155,118); }

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

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

 span { border-color: rgb(58,155,118); }

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