#3DA17F

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

Shades of Gossamer #3DA17F

Tints of Gossamer #3DA17F

Color information

#3DA17F (or 0x3DA17F) is unknown color: approx Gossamer. HEX triplet: 3D, A1 and 7F. RGB value is (61,161,127). Sum of RGB (Red+Green+Blue) = 61+161+127=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #3DA17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA17F is #C25E80. Grayscale: #7F7F7F. Windows color (decimal): -12738177 or 8364349. OLE color: 8364349.

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

Color convert

RGB61161127-
CMYK0.6200.210.37
HSL159.6º45.05%43.53%-
HSV(B)159.6º62.11%63.14%-
XYZ18.528.0124.51-
YUV127.22127.8780.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.48%
GREEN value IS 161 (63.28% from 255) = 46.13%
BLUE value IS 127 (50% from 255) = 36.39%
R=17.48%
G=46.13%
B=36.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611611270.6200.210.37159.645.0543.53
Hex3DA17F3E01525a02d2c
Octal7524117776025452405554
Binary11110110100001111111111111001010110010110100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,161,127); }

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

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

 a { background-color: rgb(61,161,127); }

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

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

 span { border-color: rgb(61,161,127); }

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