#3DA481

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

Shades of Gossamer #3DA481

Tints of Gossamer #3DA481

Color information

#3DA481 (or 0x3DA481) is unknown color: approx Gossamer. HEX triplet: 3D, A4 and 81. RGB value is (61,164,129). Sum of RGB (Red+Green+Blue) = 61+164+129=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA481 is #C25B7E. Grayscale: #818181. Windows color (decimal): -12737407 or 8496189. OLE color: 8496189.

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

Color convert

RGB61164129-
CMYK0.6300.210.36
HSL159.61º45.78%44.12%-
HSV(B)159.61º62.8%64.31%-
XYZ19.1629.1325.38-
YUV129.21127.8879.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.23%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 129 (50.78% from 255) = 36.44%
R=17.23%
G=46.33%
B=36.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611641290.6300.210.36159.6145.7844.12
Hex3DA4813F01524a02e2c
Octal7524420177025442405654
Binary111101101001001000000111111101010110010010100000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,164,129); }

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

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

 a { background-color: rgb(61,164,129); }

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

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

 span { border-color: rgb(61,164,129); }

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