#3A9E75

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

Shades of Gossamer #3A9E75

Tints of Gossamer #3A9E75

Color information

#3A9E75 (or 0x3A9E75) is unknown color: approx Gossamer. HEX triplet: 3A, 9E and 75. RGB value is (58,158,117). Sum of RGB (Red+Green+Blue) = 58+158+117=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9E75 is #C5618A. Grayscale: #7B7B7B. Windows color (decimal): -12935563 or 7708218. OLE color: 7708218.

HSL color Cylindrical-coordinate representation of color #3A9E75: hue angle of 155.4º 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 #3A9E75 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB58158117-
CMYK0.6300.260.38
HSL155.4º46.3%42.35%-
HSV(B)155.4º63.29%61.96%-
XYZ17.1826.6421.07-
YUV123.43124.3781.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=17.42%
G=47.45%
B=35.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581581170.6300.260.38155.446.342.35
Hex3A9E753F01A269b2e2a
Octal7223616577032462335652
Binary11101010011110111010111111101101010011010011011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,158,117); }

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

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

 a { background-color: rgb(58,158,117); }

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

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

 span { border-color: rgb(58,158,117); }

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