#3DA07C

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

Shades of Gossamer #3DA07C

Tints of Gossamer #3DA07C

Color information

#3DA07C (or 0x3DA07C) is unknown color: approx Gossamer. HEX triplet: 3D, A0 and 7C. RGB value is (61,160,124). Sum of RGB (Red+Green+Blue) = 61+160+124=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA07C is #C25F83. Grayscale: #7E7E7E. Windows color (decimal): -12738436 or 8167485. OLE color: 8167485.

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

Color convert

RGB61160124-
CMYK0.6200.220.37
HSL158.18º44.8%43.33%-
HSV(B)158.18º61.87%62.75%-
XYZ18.1327.5923.44-
YUV126.29126.781.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=17.68%
G=46.38%
B=35.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal611601240.6200.220.37158.1844.843.33
Hex3DA07C3E016259e2d2b
Octal7524017476026452365553
Binary11110110100000111110011111001011010010110011110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,124); }

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

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

 a { background-color: rgb(61,160,124); }

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

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

 span { border-color: rgb(61,160,124); }

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