#3AA784

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

Shades of Gossamer #3AA784

Tints of Gossamer #3AA784

Color information

#3AA784 (or 0x3AA784) is unknown color: approx Gossamer. HEX triplet: 3A, A7 and 84. RGB value is (58,167,132). Sum of RGB (Red+Green+Blue) = 58+167+132=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA784 is #C5587B. Grayscale: #828282. Windows color (decimal): -12933244 or 8693562. OLE color: 8693562.

HSL color Cylindrical-coordinate representation of color #3AA784: hue angle of 160.73º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA784 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB58167132-
CMYK0.6500.210.35
HSL160.73º48.44%44.12%-
HSV(B)160.73º65.27%65.49%-
XYZ19.7330.226.62-
YUV130.42128.8976.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=16.25%
G=46.78%
B=36.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581671320.6500.210.35160.7348.4444.12
Hex3AA7844101523a1302c
Octal72247204101025432416054
Binary1110101010011110000100100000101010110001110100001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,167,132); }

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

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

 a { background-color: rgb(58,167,132); }

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

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

 span { border-color: rgb(58,167,132); }

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