#3DA485

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

Shades of Gossamer #3DA485

Tints of Gossamer #3DA485

Color information

#3DA485 (or 0x3DA485) is unknown color: approx Gossamer. HEX triplet: 3D, A4 and 85. RGB value is (61,164,133). Sum of RGB (Red+Green+Blue) = 61+164+133=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA485 is #C25B7A. Grayscale: #818181. Windows color (decimal): -12737403 or 8758333. OLE color: 8758333.

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

Color convert

RGB61164133-
CMYK0.6300.190.36
HSL161.94º45.78%44.12%-
HSV(B)161.94º62.8%64.31%-
XYZ19.4329.2426.81-
YUV129.67129.8879.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.04%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=17.04%
G=45.81%
B=37.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611641330.6300.190.36161.9445.7844.12
Hex3DA4853F01324a22e2c
Octal7524420577023442425654
Binary111101101001001000010111111101001110010010100010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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