#3DA395

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

Shades of Gossamer #3DA395

Tints of Gossamer #3DA395

Color information

#3DA395 (or 0x3DA395) is unknown color: approx Gossamer. HEX triplet: 3D, A3 and 95. RGB value is (61,163,149). Sum of RGB (Red+Green+Blue) = 61+163+149=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA395 is #C25C6A. Grayscale: #828282. Windows color (decimal): -12737643 or 9806653. OLE color: 9806653.

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

Color convert

RGB61163149-
CMYK0.6300.090.36
HSL171.76º45.54%43.92%-
HSV(B)171.76º62.58%63.92%-
XYZ20.4529.3633.02-
YUV130.91138.2178.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=16.35%
G=43.70%
B=39.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611631490.6300.090.36171.7645.5443.92
Hex3DA3953F0924ac2e2c
Octal7524322577011442545654
Binary11110110100011100101011111110100110010010101100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,163,149); }

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

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

 a { background-color: rgb(61,163,149); }

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

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

 span { border-color: rgb(61,163,149); }

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