#3DA379

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

Shades of Gossamer #3DA379

Tints of Gossamer #3DA379

Color information

#3DA379 (or 0x3DA379) is unknown color: approx Gossamer. HEX triplet: 3D, A3 and 79. RGB value is (61,163,121). Sum of RGB (Red+Green+Blue) = 61+163+121=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA379 is #C25C86. Grayscale: #7F7F7F. Windows color (decimal): -12737671 or 7971645. OLE color: 7971645.

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

Color convert

RGB61163121-
CMYK0.6300.260.36
HSL155.29º45.54%43.92%-
HSV(B)155.29º62.58%63.92%-
XYZ18.4728.5722.63-
YUV127.71124.2180.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 163 (64.06% from 255) = 47.25%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=17.68%
G=47.25%
B=35.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611631210.6300.260.36155.2945.5443.92
Hex3DA3793F01A249b2e2c
Octal7524317177032442335654
Binary11110110100011111100111111101101010010010011011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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