#3DA284

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

Shades of Gossamer #3DA284

Tints of Gossamer #3DA284

Color information

#3DA284 (or 0x3DA284) is unknown color: approx Gossamer. HEX triplet: 3D, A2 and 84. RGB value is (61,162,132). Sum of RGB (Red+Green+Blue) = 61+162+132=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA284 is #C25D7B. Grayscale: #808080. Windows color (decimal): -12737916 or 8692285. OLE color: 8692285.

HSL color Cylindrical-coordinate representation of color #3DA284: hue angle of 162.18º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA284 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB61162132-
CMYK0.6200.190.36
HSL162.18º45.29%43.73%-
HSV(B)162.18º62.35%63.53%-
XYZ19.0128.526.33-
YUV128.38130.0479.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.18%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 132 (51.95% from 255) = 37.18%
R=17.18%
G=45.63%
B=37.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611621320.6200.190.36162.1845.2943.73
Hex3DA2843E01324a22d2c
Octal7524220476023442425554
Binary111101101000101000010011111001001110010010100010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,162,132); }

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

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

 a { background-color: rgb(61,162,132); }

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

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

 span { border-color: rgb(61,162,132); }

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