#3A9577

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

Shades of Gossamer #3A9577

Tints of Gossamer #3A9577

Color information

#3A9577 (or 0x3A9577) is unknown color: approx Gossamer. HEX triplet: 3A, 95 and 77. RGB value is (58,149,119). Sum of RGB (Red+Green+Blue) = 58+149+119=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9577 is #C56A88. Grayscale: #767676. Windows color (decimal): -12937865 or 7836986. OLE color: 7836986.

HSL color Cylindrical-coordinate representation of color #3A9577: hue angle of 160.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9577 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB58149119-
CMYK0.6100.200.42
HSL160.22º43.96%40.59%-
HSV(B)160.22º61.07%58.43%-
XYZ15.8223.7321.2-
YUV118.37128.3584.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=17.79%
G=45.71%
B=36.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581491190.6100.200.42160.2243.9640.59
Hex3A95773D0142Aa02c29
Octal7222516775024522405451
Binary11101010010101111011111110101010010101010100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,149,119); }

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

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

 a { background-color: rgb(58,149,119); }

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

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

 span { border-color: rgb(58,149,119); }

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