#3A9D76

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

Shades of Gossamer #3A9D76

Tints of Gossamer #3A9D76

Color information

#3A9D76 (or 0x3A9D76) is unknown color: approx Gossamer. HEX triplet: 3A, 9D and 76. RGB value is (58,157,118). Sum of RGB (Red+Green+Blue) = 58+157+118=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9D76 is #C56289. Grayscale: #7B7B7B. Windows color (decimal): -12935818 or 7773498. OLE color: 7773498.

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

Color convert

RGB58157118-
CMYK0.6300.250.38
HSL156.36º46.05%42.16%-
HSV(B)156.36º63.06%61.57%-
XYZ17.0726.3221.32-
YUV122.95125.281.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=17.42%
G=47.15%
B=35.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581571180.6300.250.38156.3646.0542.16
Hex3A9D763F019269c2e2a
Octal7223516677031462345652
Binary11101010011101111011011111101100110011010011100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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