#3a9878

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

Shades of Gossamer #3A9878

Tints of Gossamer #3A9878

Color information

#3A9878 (or 0x3A9878) is unknown color: approx Gossamer. HEX triplet: 3A, 98 and 78. RGB value is (58,152,120). Sum of RGB (Red+Green+Blue) = 58+152+120=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #3A9878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9878 is #C56787. Grayscale: #787878. Windows color (decimal): -12937096 or 7903290. OLE color: 7903290.

HSL color Cylindrical-coordinate representation of color #3A9878: hue angle of 159.57º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9878 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB58152120-
CMYK0.6200.210.40
HSL159.57º44.76%41.18%-
HSV(B)159.57º61.84%59.61%-
XYZ16.3624.7121.68-
YUV120.25127.8683.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 120 (47.27% from 255) = 36.36%
R=17.58%
G=46.06%
B=36.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581521200.6200.210.40159.5744.7641.18
Hex3A98783E01528a02d29
Octal7223017076025502405551
Binary11101010011000111100011111001010110100010100000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,152,120); }

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

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

 a { background-color: rgb(58,152,120); }

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

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

 span { border-color: rgb(58,152,120); }

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